diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 483508e997..9bd46489a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,7 +107,7 @@ jobs: with: path: target key: target-${{ github.job }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }} - - run: cargo run -p systest + # - run: cargo run -p systest - run: cargo test -p openssl - run: cargo test -p openssl-errors