Skip to content

Commit

Permalink
Merge pull request #179 from libp2p/rust-libp2p-required
Browse files Browse the repository at this point in the history
fix(rust-libp2p): extend required checks
  • Loading branch information
galargh authored Sep 3, 2023
2 parents 95ce800 + 19324f3 commit dca922d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions github/libp2p.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6965,11 +6965,13 @@ repositories:
- Compile on wasm32-wasi
- Compile on x86_64-apple-darwin
- Compile on x86_64-pc-windows-msvc
- Compile with MSRV
- Compile with select features (mdns tcp dns async-std)
- Compile with select features (mdns tcp dns tokio)
- Ensure that `Cargo.lock` is up-to-date
- examples
- IPFS Integration tests
- manifest_lint
- Run all WASM tests
- Run multidimensional interoperability tests (chromium)
- Run multidimensional interoperability tests (native)
Expand All @@ -6991,13 +6993,15 @@ repositories:
- Test libp2p-metrics
- Test libp2p-mplex
- Test libp2p-noise
- Test libp2p-perf
- Test libp2p-ping
- Test libp2p-plaintext
- Test libp2p-pnet
- Test libp2p-quic
- Test libp2p-relay
- Test libp2p-rendezvous
- Test libp2p-request-response
- Test libp2p-server
- Test libp2p-swarm-derive
- Test libp2p-swarm-test
- Test libp2p-swarm
Expand All @@ -7007,6 +7011,7 @@ repositories:
- Test libp2p-wasm-ext
- Test libp2p-webrtc
- Test libp2p-websocket
- Test libp2p-webtransport-websys
- Test libp2p-yamux
- Test libp2p
- Test multistream-select
Expand Down

0 comments on commit dca922d

Please sign in to comment.