Skip to content

Commit

Permalink
remove extra build step, because testing also builds anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Mar 7, 2025
1 parent 36c0ad8 commit b406fa1
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ jobs:
- name: Verify Swift version
run: swift --version

- name: Build
run: swift build

- name: Run tests
- name: Build & Test
run: swift test

build-linux:
Expand All @@ -41,8 +38,5 @@ jobs:
- name: Verify Swift version
run: swift --version

- name: Build
run: swift build

- name: Run tests
run: swift test
- name: Build & Test
run: swift test

0 comments on commit b406fa1

Please sign in to comment.