Skip to content

Commit

Permalink
Only failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Feb 18, 2024
1 parent c45048b commit 78eae1f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
# https://firefox-source-docs.mozilla.org/writing-rust-code/update-policy.html#schedule
rust-toolchain: [stable]
type: [debug]
include:
- os: ubuntu-latest
rust-toolchain: stable
type: release
env:
BUILD_TYPE: ${{ matrix.type == 'release' && '--release' || '' }}
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -125,7 +121,7 @@ jobs:

- name: Run tests and determine coverage
run: |
cargo +${{ matrix.rust-toolchain }} test -p neqo-common --all-targets --all-features -- --nocapture
cargo +${{ matrix.rust-toolchain }} test -p neqo-common --all-targets --all-features datagram_tos -- --nocapture
cargo +${{ matrix.rust-toolchain }} bench --features bench --no-run
- name: Run client/server transfer
Expand Down

0 comments on commit 78eae1f

Please sign in to comment.