Skip to content

Commit

Permalink
rename CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Dec 24, 2024
1 parent 92f7254 commit b34c99d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Build
run: cargo build --features=fail-on-deprecated

- name: Run tests
- name: Test
run: cargo test

- name: Run onefetch
- name: Run
run: cargo run

0 comments on commit b34c99d

Please sign in to comment.