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 5e4fe6f commit 796bdadCopy full SHA for 796bdad
.github/workflows/build.yml
@@ -36,9 +36,9 @@ jobs:
36
- name: Version
37
run: swift --version
38
- name: Build
39
- run: swift test --enable-code-coverage --filter do_not_test
+ run: swift build --build-tests
40
- name: Test
41
- run: swift test --enable-code-coverage --skip-build
+ run: swift test --skip-build
42
43
linux:
44
runs-on: ubuntu-latest
@@ -49,6 +49,6 @@ jobs:
49
50
51
52
53
54
0 commit comments