Skip to content

Commit

Permalink
Fixup CI for cargo alias changes (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns authored Nov 10, 2024
1 parent 417d589 commit 1374965
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run format script
run: cargo format-fixtures
run: cargo run -p format-fixtures
- name: Ensure no changes
run: |
if [ -z "$(git status --porcelain)" ]; then
Expand All @@ -216,7 +216,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo xbench --no-run
- run: cargo bench -p taffy_benchmarks --no-run
name: Build benchmarks
env:
RUSTFLAGS: "-C opt-level=0"
Expand All @@ -227,7 +227,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo xbench --no-run --features yoga
- run: cargo bench -p taffy_benchmarks --no-run --features yoga
name: Build benchmarks (w/yoga)
env:
RUSTFLAGS: "-C opt-level=0"

0 comments on commit 1374965

Please sign in to comment.