ci: remove failing workflow

This commit is contained in:
Georgios Konstantopoulos 2021-11-06 19:34:18 +00:00
parent b61adcfd30
commit 906c504f1f
1 changed files with 0 additions and 16 deletions

View File

@ -14,22 +14,6 @@ env:
RINKEBY_PRIVATE_KEY: "a046a5b763923d437855a6fe64962569c9a378efba5c84920212c4b6ae270df5"
jobs:
check:
name: check all
runs-on: ubuntu-latest
steps:
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v1
with:
cache-on-failure: true
- name: cargo check
run: cargo check -p ethers --all-targets --all-features
tests:
name: ethereum tests
runs-on: ubuntu-latest