Skip to content

Commit

Permalink
Remove kvstore-integration-latest test from CI (#844)
Browse files Browse the repository at this point in the history
Signed-off-by: Thane Thomson <connect@thanethomson.com>
  • Loading branch information
thanethomson committed Mar 30, 2021
1 parent 4473ac0 commit a76e16f
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,28 +125,6 @@ jobs:
env:
RUST_LOG: debug

kvstore-integration-latest:
runs-on: ubuntu-latest
services:
tendermint:
image: tendermint/tendermint:latest
ports:
- 26656:26656
- 26657:26657
- 26660:26660
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
# Don't fail CI due to integration failures on unstable/unreleased versions
continue-on-error: true
with:
command: test-all-features
args: --manifest-path tools/kvstore-test/Cargo.toml

nightly-coverage:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a76e16f

Please sign in to comment.