Skip to content

Commit

Permalink
Run the upstream test suite in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oSoMoN committed Feb 10, 2024
1 parent 95b8e5d commit ddb3169
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ jobs:
- run: rustup component add clippy
- run: cargo clippy -- -D warnings

upstream-testsuite:
name: Upstream test suite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo build --release
- run: ./run-upstream-testsuite.sh release

coverage:
name: Code Coverage
runs-on: ${{ matrix.job.os }}
Expand Down

0 comments on commit ddb3169

Please sign in to comment.