Skip to content

Commit

Permalink
Update ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif authored Nov 1, 2024
1 parent 49a4919 commit e1aeb57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
steps:
- uses: sersoft-gmbh/swifty-linux-action@v3
with:
release-version: 6.0
release-version: 6.0.1
- uses: actions/checkout@v3
- name: Build for release
run: swift build -v -c release
- name: Test
run: swift test -v
run: swift test -v --enable-test-discovery

0 comments on commit e1aeb57

Please sign in to comment.