From 5d54086f36756cda61ebe03302e7709317095210 Mon Sep 17 00:00:00 2001 From: Shon Feder Date: Mon, 15 Jun 2020 08:47:26 -0400 Subject: [PATCH] Set integration-test-latest to continue_on_error Closes #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 --- .github/workflows/rust.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a8c622c53..0b8634dc9 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -1,11 +1,11 @@ name: Rust -on: +on: pull_request: paths-ignore: - - 'docs/**' + - "docs/**" push: paths-ignore: - - 'docs/**' + - "docs/**" branches: - master jobs: @@ -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: