Skip to content

Commit

Permalink
Remove release builds and runs from additional builds
Browse files Browse the repository at this point in the history
  • Loading branch information
akoshelev committed Oct 13, 2023
1 parent 6f358ba commit e435183
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,21 +125,12 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml') }}

- name: Release Build
run: cargo build --release

- name: Build benchmarks
run: cargo build --benches --no-default-features --features "enable-benches descriptive-gate"

- name: Build concurrency tests
run: cargo build --release --features shuttle

- name: Build concurrency tests (debug mode)
run: cargo build --features shuttle

- name: Run concurrency tests
run: cargo test --release --features shuttle

- name: Run IPA bench
run: cargo bench --bench oneshot_ipa --no-default-features --features "enable-benches descriptive-gate"

Expand Down

0 comments on commit e435183

Please sign in to comment.