Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
meadowsys committed Mar 13, 2024
1 parent b9b09f0 commit 634d12c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
run: rustc --version

- name: build
run: cargo --all-features build --verbose
run: cargo build --all-features --verbose

- name: test
run: cargo --all-features test --release --verbose
run: cargo test --all-features --release --verbose
env:
LLVM_PROFILE_FILE: "target/coverage/test-file.profraw"
CARGO_INCREMENTAL: "0"
Expand Down

0 comments on commit 634d12c

Please sign in to comment.