Skip to content

Commit

Permalink
fix: use cargo groups for macos turbopack bench (#5859)
Browse files Browse the repository at this point in the history
### Description

Matches the changes to the ubuntu turbopack bench job made in
#4623

### Testing Instructions

Confirm changed commands match the changes in #4623


Closes TURBO-1292

Co-authored-by: Chris Olszewski <Chris Olszewski>
  • Loading branch information
chris-olszewski authored Sep 1, 2023
1 parent 3e47944 commit d71a722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -946,12 +946,12 @@ jobs:
- name: Build benchmarks for tests
timeout-minutes: 120
run: |
cargo test --benches --release --workspace --exclude turbopack-bench --no-run
cargo tp-bench-test --no-run
- name: Run cargo test on benchmarks
timeout-minutes: 120
run: |
cargo test --benches --release --workspace --exclude turbopack-bench
cargo tp-bench-test
- name: Build benchmarks for tests for other bundlers
if: needs.determine_jobs.outputs.turbopack_bench == 'true'
Expand Down

0 comments on commit d71a722

Please sign in to comment.