diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a8392bd3..c9567cb9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: - name: Build uses: actions-rs/cargo@v1 with: - command: build + command: rustc args: --verbose -- -D warnings - name: Test uses: actions-rs/cargo@v1