Skip to content

Commit

Permalink
boom
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed May 8, 2024
1 parent 3d85454 commit 8ee9a84
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8ee9a84

Please sign in to comment.