Skip to content

Commit

Permalink
Fix typo in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kerristrasz authored Jun 26, 2024
1 parent 3b30762 commit 8a4d46c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Run tests
run: cargo test
- name: Run tests (preserve-order)
run: cargo test --features preserve-order
run: cargo test --features preserve_order

build:
name: Build (${{matrix.os}})
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Check
run: cargo check
- name: Check (preserve-order)
run: cargo check --features preserve-order
run: cargo check --features preserve_order
- name: Check (no-std)
run: cargo check --no-default-features

Expand Down

0 comments on commit 8a4d46c

Please sign in to comment.