We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06fabce commit 679e1d7Copy full SHA for 679e1d7
.github/workflows/main.yml
@@ -31,9 +31,7 @@ jobs:
31
shell: bash
32
- run: cargo test --no-default-features
33
- run: cargo test
34
- # skip systest on nightly because it requires the extprim crate which fails to compile on nightly rust
35
- - run: if [[ "${{ matrix.rust }}" != "nightly" ]]; then cargo run --manifest-path systest/Cargo.toml; fi
36
- shell: bash
+ - run: cargo run --manifest-path systest/Cargo.toml
37
- run: cargo test --manifest-path git2-curl/Cargo.toml
38
39
rustfmt:
0 commit comments