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