Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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