diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 97ba7a8d47..46a71806c4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: