We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1ea7cc + 9be523e commit 3da58f3Copy full SHA for 3da58f3
.github/workflows/main.yml
@@ -35,11 +35,7 @@ jobs:
35
shell: bash
36
- run: cargo test --no-default-features
37
- run: cargo test
38
- # NOTE: ctest2 is currently failing on 1.78 nightly. Pinning the toolchain
39
- # for now, but we'll need either a new release of ctest2 or some other
40
- # solution soon.
41
- run: cargo run -p systest
42
- if: matrix.rust == 'stable'
43
- run: cargo test -p git2-curl
44
45
rustfmt:
0 commit comments