Skip to content

Commit

Permalink
Fix another build.yml typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kerristrasz committed Jun 26, 2024
1 parent 89f641c commit b466173
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 @@ -23,7 +23,7 @@ jobs:
steps:
- name: Run tests
run: cargo test
- name: Run tests (preserve-order)
- name: Run tests (preserve_order)
run: cargo test --features preserve_order

build:
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
- name: Check
run: cargo check
- name: Check (preserve-order)
- name: Check (preserve_order)
run: cargo check --features preserve_order
- name: Check (no-std)
run: cargo check --no-default-features
Expand Down

0 comments on commit b466173

Please sign in to comment.