From 9be523ebb45fc31efbee0b8c0a5570fe9058ddf0 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 19 Feb 2024 10:37:49 -0800 Subject: [PATCH] Revert "Merge pull request #1021 from ehuss/stable-ctest2" This reverts commit 81a1f16b81e1248df8e3399894af8c4f38dcc3fb, reversing changes made to 987c4e60d3e0e69d58e830527e4c727c776c2c9e. --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 46a71806c4..97ba7a8d47 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,11 +35,7 @@ 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: