Skip to content

Commit

Permalink
Set integration-test-latest to continue_on_error
Browse files Browse the repository at this point in the history
Closes informalsystems#304

Signed-off-by: Shon Feder <shon@informal.systems>
  • Loading branch information
Shon Feder committed Jun 15, 2020
1 parent 704e244 commit 0d4cbc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ jobs:
command: test
args: -p tendermint --test integration --no-fail-fast -- --ignored

# NOTE(shonfeder): This job is configured to continue on error, to avoid
# failing CI due to integration failures with unstable/unreleased versions
# of tendermint-go.
test-integration-latest:
runs-on: ubuntu-latest
services:
Expand All @@ -95,6 +98,7 @@ jobs:
- 26657:26657
- 26660:26660
steps:
- continue_on_error: true
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 0d4cbc7

Please sign in to comment.