Skip to content

Commit

Permalink
cleanup ci
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawright11 committed Dec 8, 2024
1 parent 190a273 commit b486e87
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -v
run: swift build
- name: Run tests
run: swift test -v
run: swift test
test-linux:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
swift: ["6.0"]
Expand All @@ -29,6 +29,6 @@ jobs:
- name: Install sqlite
run: apt-get -q update && apt-get install -y libsqlite3-dev
- name: Build
run: swift build -v --enable-test-discovery
run: swift build
- name: Run tests
run: swift test -v --enable-test-discovery
run: swift test

0 comments on commit b486e87

Please sign in to comment.