Skip to content

Commit

Permalink
Merge pull request #1021 from ehuss/stable-ctest2
Browse files Browse the repository at this point in the history
Temporarily limit systest to stable.
  • Loading branch information
ehuss authored Feb 15, 2024
2 parents 987c4e6 + d9f2f57 commit 81a1f16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ jobs:
shell: bash
- run: cargo test --no-default-features
- run: cargo test
# NOTE: ctest2 is currently failing on 1.78 nightly. Pinning the toolchain
# for now, but we'll need either a new release of ctest2 or some other
# solution soon.
- run: cargo run -p systest
if: matrix.rust == 'stable'
- run: cargo test -p git2-curl

rustfmt:
Expand Down

0 comments on commit 81a1f16

Please sign in to comment.