Skip to content

Commit 36c6fc3

Browse files
ci: Performs linux tests
1 parent c42f2ad commit 36c6fc3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push: { branches: [ main ] }
55

66
jobs:
7-
darwin-test:
7+
macos-test:
88
runs-on: macos-latest
99
steps:
1010
- uses: maxim-lobanov/setup-xcode@v1
@@ -13,11 +13,11 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- name: Darwin build & test
1515
run: swift test --skip IntegrationTests
16-
linux-build:
16+
linux-test:
1717
runs-on: ubuntu-latest
1818
container:
1919
image: swift:latest
2020
steps:
2121
- uses: actions/checkout@v2
22-
- name: Linux build
23-
run: swift build --target HaystackClientNIO
22+
- name: Linux build & test
23+
run: swift test --skip IntegrationTests

0 commit comments

Comments
 (0)