mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 18:58:30 +00:00
CI: fix wrong cargo test params
This commit is contained in:
parent
32968ba290
commit
caadd3c418
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue