Skip to content

Commit

Permalink
[GIT] - Correct typo in test_ci.yml workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Sans-Atout committed Jun 2, 2024
1 parent 717c527 commit d337ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Rust
uses: actions/checkout@v2
run: actions/checkout@v2
- name: Install nextest
uses: cargo install cargo-nextest
run: cargo install cargo-nextest
- name: Test normal
run: cargo nextest run
- name: Test error-stack features
Expand Down

0 comments on commit d337ffd

Please sign in to comment.