Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/erg-lang/erg
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Jun 2, 2023
2 parents 1a26c84 + b4fc230 commit eb4ae88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Run tests (Windows)
if: runner.os == 'Windows'
# HACK: The cause is unknown, but on windows, the exit code is 1 even if tests are successful.
run: cargo test --features large_thread --features pre-commit --all --verbose -- --include-ignored
run: cargo test --features large_thread --all --verbose -- --include-ignored
- name: Run tests (Other OS)
if: runner.os != 'Windows'
run: cargo test --features large_thread --all --verbose -- --include-ignored
Expand Down

0 comments on commit eb4ae88

Please sign in to comment.