From d9f2f572a49316e9faf1fa9d6588e95ded4fcacd Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Thu, 15 Feb 2024 12:01:34 -0800 Subject: [PATCH] Temporarily limit systest to stable. --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: