From e80132d95f95870da085c7439dc7684ee8e5b8b8 Mon Sep 17 00:00:00 2001 From: Arpad Borsos Date: Tue, 29 Sep 2020 12:43:18 +0200 Subject: [PATCH] ci: Make testfast actually fast --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26af57322..4a62a4add 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,9 @@ jobs: name: checkall using ${{ matrix.rust }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} + env: + RUSTFLAGS: -Dwarnings + steps: - name: Checkout sources uses: actions/checkout@v2 @@ -107,6 +110,9 @@ jobs: name: checkfast/testfast using ${{ matrix.rust }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} + env: + RUSTFLAGS: -Dwarnings + steps: - name: Checkout sources uses: actions/checkout@v2