Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Jun 12, 2024
1 parent 4b4649d commit e2b4bb3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,19 @@ jobs:
# run: make test-integration

ubuntu:
name: Linux
strategy:
matrix:
swift:
- '5.10'
name: Ubuntu (Swift ${{ matrix.swift }})
runs-on: ubuntu-latest
container: swift:${{ matrix.swift }}
steps:
- uses: actions/checkout@v4
- name: Run tests
run: make test-swift
run: swift test --parallel
- name: Run tests (release)
run: swift test -c release --parallel

# wasm:
# name: Wasm
Expand Down

0 comments on commit e2b4bb3

Please sign in to comment.