Skip to content

Commit

Permalink
Update required CI checks for rust-libp2p
Browse files Browse the repository at this point in the history
Companion PR for libp2p/rust-libp2p#3090.
  • Loading branch information
thomaseizinger committed Nov 9, 2022
1 parent d690530 commit abbfb6f
Showing 1 changed file with 41 additions and 7 deletions.
48 changes: 41 additions & 7 deletions github/libp2p.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3964,14 +3964,48 @@ repositories:
restrict_dismissals: false
required_status_checks:
contexts:
- Build and test (--all-features)
- Build and test (--benches --all-features)
- Build and test (--no-default-features)
- Build on WASM (wasm32-unknown-emscripten)
- Build on WASM (wasm32-wasi)
- Test libp2p-core
- Test multistream-select
- Test libp2p
- Test libp2p-autonat
- Test libp2p-request-response
- Test libp2p-swarm
- Test libp2p-dcutr
- Test prost-codec
- Test libp2p-floodsub
- Test libp2p-identify
- Test libp2p-kad
- Test libp2p-metrics
- Test libp2p-ping
- Test libp2p-relay
- Test libp2p-gossipsub
- Test libp2p-mplex
- Test libp2p-noise
- Test libp2p-plaintext
- Test libp2p-pnet
- Test libp2p-rendezvous
- Test libp2p-swarm-derive
- Test libp2p-uds
- Test libp2p-wasm-ext
- Test libp2p-yamux
- Test libp2p-deflate
- Test libp2p-dns
- Test libp2p-mdns
- Test libp2p-tcp
- Test libp2p-tls
- Test libp2p-websocket
- Test rw-stream-sink
- Compile on wasm32-unknown-unknown
- Compile on wasm32-unknown-emscripten
- Compile on wasm32-wasi
- Compile on x86_64-apple-darwin
- Compile on x86_64-pc-windows-msvc
- Compile with select features (mdns tcp dns tokio)
- Compile with select features (mdns tcp dns async-std)
- Check rustdoc intra-doc links
- check-clippy
- Integration tests
- clippy (stable)
# - clippy (beta) # New lints landing in beta should not be a blocker for CI.
- IFPS Integration tests
- rustfmt
strict: true
default_branch: master
Expand Down

0 comments on commit abbfb6f

Please sign in to comment.