This commit is contained in:
Milo 2021-10-26 09:52:35 +01:00
parent 7a357cdaca
commit c4306b2155
3 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@ jobs:
with:
toolchain: stable
override: true
- use: Swatinem/rust-cache@v1
- name: Lint
run: bash ci/lint.sh
- name: Run ShellCheck

View File

@ -46,6 +46,7 @@ jobs:
with:
toolchain: ${{ matrix.rust_version }}
override: true
- use: Swatinem/rust-cache@v1
- name: Build and Test
run: bash ci/github.sh

View File

@ -55,6 +55,7 @@ jobs:
toolchain: ${{ matrix.rust_version }}
override: true
- use: Swatinem/rust-cache@v1
- name: Build and Test
run: bash ci/github.sh
env: