Do not allow warnings

This commit is contained in:
Ellie Huxtable 2021-02-14 18:11:41 +00:00
parent 3323b3079a
commit 0cfa59a313

View file

@ -54,7 +54,7 @@ jobs:
components: clippy
- name: Run clippy
run: cargo clippy
run: cargo clippy -D warnings
format:
runs-on: ubuntu-latest