Skip to content

Commit

Permalink
Fix yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jfldde committed Oct 16, 2024
1 parent f9ec717 commit 1b81693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
- uses: actions/checkout@v4
- name: Run Cargo test
run: |
SHORT_PREFIX=0 cargo test
SHORT_PREFIX=1 cargo test
SHORT_PREFIX=0 cargo test
SHORT_PREFIX=1 cargo test

0 comments on commit 1b81693

Please sign in to comment.