From 7bfb1e82e0c36ab2669528c0842f57655ca79d47 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..ac1a5c8eb 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: