From aea0570d2b7e832c37ddeefa09c0c96ca892ae34 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adri=C3=A1n=20Arroyo=20Calle?= Date: Sat, 16 Jan 2021 19:12:53 +0100 Subject: [PATCH] Minor fix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.54.0