We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77b211 commit 962cc5fCopy full SHA for 962cc5f
1 file changed
.github/workflows/build.yml
@@ -26,12 +26,6 @@ jobs:
26
run: pod repo update
27
- name: "Lint"
28
run: make lint
29
- - name: "Run tests (tuist)"
30
- run: |
31
- brew install tuist
32
- cd Tests/Tuist/SQLite-Test
33
- tuist install
34
- tuist test
35
- name: "Run tests (PACKAGE_MANAGER_COMMAND: test)"
36
env:
37
PACKAGE_MANAGER_COMMAND: test -Xswiftc -warnings-as-errors
@@ -76,6 +70,12 @@ jobs:
76
70
77
71
VALIDATOR_SUBSPEC: SQLCipher
78
72
run: ./run-tests.sh
73
+ - name: "Run tests (tuist)"
74
+ run: |
75
+ brew install tuist
+ cd Tests/Tuist/SQLite-Test
+ tuist install
+ tuist test
79
build-linux:
80
runs-on: ubuntu-latest
81
steps:
0 commit comments