Skip to content

Commit

Permalink
ci: fix yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ReactorScram committed Jan 29, 2024
1 parent dc3a77e commit 0d12a59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
run: cargo clippy --all-targets --all-features -- -D warnings
- name: Single-process test
env:
RUST_LOG=debug
RUST_LOG: "debug"
run: cargo test
- name: Multi-process test
env:
RUST_LOG=debug
RUST_LOG: "debug"
run: cargo run

0 comments on commit 0d12a59

Please sign in to comment.