Skip to content

Commit

Permalink
CI: fix wrong cargo test params
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Aug 26, 2024
1 parent 32968ba commit caadd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- run: rustup update stable
- uses: taiki-e/install-action@nextest
- run: cargo test run --features backtrace --all --exclude els --verbose -- --include-ignored --nocapture
- run: cargo test --features backtrace --all --exclude els --verbose -- --include-ignored --nocapture
# FIXME: Currently, when running ELS tests in the GitHub actions environment,
# the tests fail probabilistically on Windows and MacOS.
# This is likely due to a delay in processing timing.
Expand Down

0 comments on commit caadd3c

Please sign in to comment.