Skip to content

Commit

Permalink
Fix step naming
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Jun 2, 2023
1 parent aa8fd8e commit 7bc01f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
run: cargo build
- name: Run tests
run: cargo test
- name: Build
- name: Build (--all-features)
run: cargo build --all-features
- name: Run tests
- name: Run tests (--all-features)
run: cargo test --all-features

ubuntu_lts:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
run: cargo build
- name: Run tests
run: cargo test
- name: Build
- name: Build (--all-features)
run: cargo build --all-features
- name: Run tests
- name: Run tests (--all-features)
run: cargo test --all-features

0 comments on commit 7bc01f6

Please sign in to comment.