Skip to content

Commit

Permalink
Test tokio_null
Browse files Browse the repository at this point in the history
  • Loading branch information
oxalica committed Apr 11, 2024
1 parent 0bdb5d4 commit aebc17b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
toolchain: ${{ matrix.rust }}
- name: Build
run: cargo build --workspace --all-targets
- name: Test tokio_null
run: cargo test --workspace --all-targets -- tokio_null --test-threads=1 --nocapture
env:
CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER: sudo
- name: Test
run: cargo test --workspace --all-targets
env:
Expand Down

0 comments on commit aebc17b

Please sign in to comment.