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 c42f2ad commit 36c6fc3Copy full SHA for 36c6fc3
.github/workflows/test.yml
@@ -4,7 +4,7 @@ on:
4
push: { branches: [ main ] }
5
6
jobs:
7
- darwin-test:
+ macos-test:
8
runs-on: macos-latest
9
steps:
10
- uses: maxim-lobanov/setup-xcode@v1
@@ -13,11 +13,11 @@ jobs:
13
- uses: actions/checkout@v2
14
- name: Darwin build & test
15
run: swift test --skip IntegrationTests
16
- linux-build:
+ linux-test:
17
runs-on: ubuntu-latest
18
container:
19
image: swift:latest
20
21
22
- - name: Linux build
23
- run: swift build --target HaystackClientNIO
+ - name: Linux build & test
+ run: swift test --skip IntegrationTests
0 commit comments