Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Dec 15, 2023
1 parent 9f1cc3d commit f44909a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,12 @@ jobs:
python-version: ${{ matrix.python-version }}
- uses: Swatinem/rust-cache@v2
- run: rustup update stable
- run: cargo test --features backtrace --all --verbose -- --include-ignored --nocapture
- run: cargo test --features backtrace --all --verbose -- --include-ignored --nocapture --exclude els
# 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.
# We will ignore this error and just retry until the ELS implementation is improved.
- run: cargo test --package els -- --nocapture || cargo test --package els -- --nocapture

build-check:
strategy:
Expand Down

0 comments on commit f44909a

Please sign in to comment.