Skip to content

Commit cd549de

Browse files
authored
ci: Make testfast actually fast (#273)
1 parent fe03048 commit cd549de

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
name: checkall using ${{ matrix.rust }} on ${{ matrix.os }}
5050
runs-on: ${{ matrix.os }}
5151

52+
env:
53+
RUSTFLAGS: -Dwarnings
54+
5255
steps:
5356
- name: Checkout sources
5457
uses: actions/checkout@v2
@@ -107,6 +110,9 @@ jobs:
107110
name: checkfast/testfast using ${{ matrix.rust }} on ${{ matrix.os }}
108111
runs-on: ${{ matrix.os }}
109112

113+
env:
114+
RUSTFLAGS: -Dwarnings
115+
110116
steps:
111117
- name: Checkout sources
112118
uses: actions/checkout@v2

0 commit comments

Comments
 (0)