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

We want to run the integration test against the latest version, but
don't want it to clutter CI with failures. Tests against the pinned
stable version still fail.

Also fixes some whitespace.

Signed-off-by: Shon Feder <shon@informal.systems>
  • Loading branch information
Shon Feder committed Jun 15, 2020
1 parent 704e244 commit 5d54086
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Rust
on:
on:
pull_request:
paths-ignore:
- 'docs/**'
- "docs/**"
push:
paths-ignore:
- 'docs/**'
- "docs/**"
branches:
- master
jobs:
Expand Down Expand Up @@ -86,6 +86,8 @@ jobs:
args: -p tendermint --test integration --no-fail-fast -- --ignored

test-integration-latest:
# Don't fail CI due to integration failures on unstable/unreleased versions
continue-on-error: true
runs-on: ubuntu-latest
services:
tendermint:
Expand Down

0 comments on commit 5d54086

Please sign in to comment.