Skip to content

Commit

Permalink
Simplify CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Feb 18, 2024
1 parent ab2bc3b commit cba0547
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-14, windows-latest]
os: [windows-latest]
# Don't increase beyond what Firefox is currently using:
# https://firefox-source-docs.mozilla.org/writing-rust-code/update-policy.html#schedule
rust-toolchain: [1.74.0, stable, nightly]
rust-toolchain: [stable]
type: [debug]
include:
- os: ubuntu-latest
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:

- name: Run tests and determine coverage
run: |
cargo +${{ matrix.rust-toolchain }} llvm-cov nextest $BUILD_TYPE --all-targets --features ci --no-fail-fast --lcov --output-path lcov.info
cargo +${{ matrix.rust-toolchain }} test -p neqo-common --all-targets --all-features -- --nocapture
cargo +${{ matrix.rust-toolchain }} bench --features bench --no-run
- name: Run client/server transfer
Expand Down

0 comments on commit cba0547

Please sign in to comment.