Skip to content

Commit

Permalink
ci: add iocp-psn test
Browse files Browse the repository at this point in the history
  • Loading branch information
Berrysoft committed Jun 11, 2024
1 parent 7bfcc53 commit 34f7cac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
# the backend that uses pipes, and is not a public API.
RUSTFLAGS: ${{ env.RUSTFLAGS }} --cfg polling_test_epoll_pipe
if: startsWith(matrix.os, 'ubuntu')
- run: cargo test --features iocp-psn
if: startsWith(matrix.os, 'windows')
- run: cargo hack build --feature-powerset --no-dev-deps
# TODO: broken due to https://github.com/rust-lang/rust/pull/119026.
# - name: Check selected Tier 3 targets
Expand Down

0 comments on commit 34f7cac

Please sign in to comment.