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 987c4e6 + d9f2f57 commit 81a1f16Copy full SHA for 81a1f16
.github/workflows/main.yml
@@ -35,7 +35,11 @@ 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