From 8ee9a84d54257d904349c524512aa365fd0a3696 Mon Sep 17 00:00:00 2001 From: John Guibas Date: Tue, 7 May 2024 23:25:58 -0700 Subject: [PATCH] boom --- .github/workflows/release.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6416dc2b8..9130f895a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,17 +33,6 @@ jobs: with: pull_token: ${{ secrets.PULL_TOKEN }} - - name: Run cargo test on sp1-sdk - uses: actions-rs/cargo@v1 - with: - command: test - args: -p sp1-sdk --release - env: - RUSTFLAGS: -Copt-level=3 -Cdebug-assertions -Coverflow-checks=y -Cdebuginfo=0 -C target-cpu=native - RUST_LOG: 1 - RUST_BACKTRACE: 1 - CARGO_INCREMENTAL: 1 - - name: Compute release name and tag id: release_info run: |