Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
swhitty authored Sep 9, 2024
1 parent 48b50a3 commit 5ee9a2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Build
run: swift build --build-tests
- name: Test
run: swift test --skip-build --parallel
run: time swift test --skip-build --parallel

xcode_15_2:
runs-on: macos-14
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Build
run: swift build --build-tests
- name: Test
run: swift test --skip-build --parallel
run: time swift test --skip-build --parallel

linux_swift_5_10:
runs-on: ubuntu-latest
Expand All @@ -68,7 +68,7 @@ jobs:
- name: Build
run: swift build --build-tests
- name: Test
run: swift test --skip-build --parallel
run: time swift test --skip-build --parallel

linux_swift_5_9:
runs-on: ubuntu-latest
Expand All @@ -81,7 +81,7 @@ jobs:
- name: Build
run: swift build --build-tests
- name: Test
run: swift test --skip-build --parallel
run: time swift test --skip-build --parallel

linux_swift_6_0:
runs-on: ubuntu-latest
Expand All @@ -94,4 +94,4 @@ jobs:
- name: Build
run: swift build --build-tests
- name: Test
run: swift test --skip-build --parallel
run: time swift test --skip-build --parallel

0 comments on commit 5ee9a2a

Please sign in to comment.