Skip to content

Commit

Permalink
.github/workflows: fix a syntax error
Browse files Browse the repository at this point in the history
This got introduced by cdcda8d and I missed it during review
because it didn't result in any red on the pull request (but the failing
workflow was visible in the Actions tab).

Signed-off-by: Allison Karlitskaya <[email protected]>
  • Loading branch information
allisonkarlitskaya committed Nov 15, 2024
1 parent 7571eb0 commit bb63857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- run: cargo build --verbose
- run: cargo fmt --check
- run: cargo clippy -- -Dwarnings
run: env CFS_TEST_TMPDIR=/run/host/var/tmp cargo test --verbose
- run: env CFS_TEST_TMPDIR=/run/host/var/tmp cargo test --verbose

0 comments on commit bb63857

Please sign in to comment.