Skip to content

Commit

Permalink
Do not fail when run in CI, the report is merely informative (at leas…
Browse files Browse the repository at this point in the history
…t until all tests pass reliably)
  • Loading branch information
oSoMoN committed Feb 11, 2024
1 parent 6fee076 commit 143359d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo build --release
- run: ./run-upstream-testsuite.sh release
# do not fail, the report is merely informative (at least until all tests pass reliably)
- run: ./run-upstream-testsuite.sh release || true
env:
TERM: xterm

Expand Down

0 comments on commit 143359d

Please sign in to comment.