From 6bd4142841e7e24d681c52d185033728a0acbf96 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 17 Dec 2020 00:44:08 +0100 Subject: [PATCH] ci: no need to run build, we have tests and lints --- .github/workflows/rust.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 515e462..a6e7427 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -18,7 +18,5 @@ jobs: - uses: actions/checkout@v2 - name: Lint run: cargo clippy --all --all-targets --all-features -- -D warnings - - name: Build - run: cargo build --all - name: Run tests run: make check-all