Skip to content

Commit

Permalink
don't build tests as part of main build step
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Nov 24, 2024
1 parent fae53a7 commit b6b60ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
- name: Version
run: swift --version
- name: Build FlutterSwift
run: swift build --build-tests
run: swift build
- name: Test FlutterSwift
run: swift test --skip-build
run: swift test
- name: Build counter
run: ./build-counter-linux.sh

0 comments on commit b6b60ae

Please sign in to comment.