From 25e5d35a6c00d97c2b9af8587aad1cebe08c5198 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Fri, 22 Nov 2019 18:41:07 +1100 Subject: [PATCH] Make other CI jobs require cargo fmt --- .github/workflows/rust.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 41f947fffe..bcff2c3020 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -13,6 +13,7 @@ jobs: run: cargo fmt --all -- --check release-tests-ubuntu: runs-on: ubuntu-latest + needs: cargo-fmt steps: - uses: actions/checkout@v1 - name: Install ganache-cli @@ -21,6 +22,7 @@ jobs: run: cargo test --release --all debug-tests-ubuntu: runs-on: ubuntu-latest + needs: cargo-fmt steps: - uses: actions/checkout@v1 - name: Install ganache-cli @@ -29,6 +31,7 @@ jobs: run: cargo test --all ef-tests-ubuntu: runs-on: ubuntu-latest + needs: cargo-fmt steps: - uses: actions/checkout@v1 - name: Download test vectors