Skip to content

Commit

Permalink
fix@3424971491 [skip fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Nov 9, 2022
1 parent 1e4e7e4 commit a499ace
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions github/libp2p.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3964,49 +3964,49 @@ repositories:
restrict_dismissals: false
required_status_checks:
contexts:
- Test libp2p-core
- Test multistream-select
- Test libp2p
- Check rustdoc intra-doc links
- clippy (stable)
- Compile on wasm32-unknown-emscripten
- Compile on wasm32-unknown-unknown
- Compile on wasm32-wasi
- Compile on x86_64-apple-darwin
- Compile on x86_64-pc-windows-msvc
- Compile with select features (mdns tcp dns async-std)
- Compile with select features (mdns tcp dns tokio)
# - clippy (beta) # New lints landing in beta should not be a blocker for CI.
- IPFS Integration tests
- rustfmt
- Test libp2p-autonat
- Test libp2p-request-response
- Test libp2p-swarm
- Test libp2p-core
- Test libp2p-dcutr
- Test prost-codec
- Test libp2p-deflate
- Test libp2p-dns
- Test libp2p-floodsub
- Test libp2p-gossipsub
- Test libp2p-identify
- Test libp2p-kad
- Test libp2p-mdns
- Test libp2p-metrics
- Test libp2p-ping
- Test libp2p-relay
- Test libp2p-gossipsub
- Test libp2p-mplex
- Test libp2p-noise
- Test libp2p-ping
- Test libp2p-plaintext
- Test libp2p-pnet
- Test libp2p-relay
- Test libp2p-rendezvous
- Test libp2p-request-response
- 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-swarm
- Test libp2p-tcp
- Test libp2p-tls
- Test libp2p-uds
- Test libp2p-wasm-ext
- Test libp2p-websocket
- Test libp2p-yamux
- Test libp2p
- Test multistream-select
- Test prost-codec
- 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
- clippy (stable)
# - clippy (beta) # New lints landing in beta should not be a blocker for CI.
- IPFS Integration tests
- rustfmt
strict: true
default_branch: master
description: "The Rust Implementation of the libp2p networking stack. "
Expand Down

0 comments on commit a499ace

Please sign in to comment.