Skip to content

Commit 81a1f16

Browse files
authored
Merge pull request #1021 from ehuss/stable-ctest2
Temporarily limit systest to stable.
2 parents 987c4e6 + d9f2f57 commit 81a1f16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ jobs:
3535
shell: bash
3636
- run: cargo test --no-default-features
3737
- 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.
3841
- run: cargo run -p systest
42+
if: matrix.rust == 'stable'
3943
- run: cargo test -p git2-curl
4044

4145
rustfmt:

0 commit comments

Comments
 (0)