Skip to content

Commit

Permalink
fix double hyphens
Browse files Browse the repository at this point in the history
  • Loading branch information
MGibson1 committed Sep 19, 2024
1 parent 17007f0 commit d4e04d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/language-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Set up run data
run: |
cargo run --release -bin language-tests setup
cargo run --release --bin language-tests setup
- name: Run language tests
run: |
Expand All @@ -135,4 +135,4 @@ jobs:
if: always()
run: |
cd $GITHUB_WORKSPACE
cargo run --release -bin language-tests teardown
cargo run --release --bin language-tests teardown

0 comments on commit d4e04d9

Please sign in to comment.