ci: build and check all years

This commit is contained in:
Antoine Martin 2020-12-15 11:04:54 +01:00
parent 7730fdf0ea
commit 99f599e910
2 changed files with 4 additions and 4 deletions

View file

@ -17,8 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Lint
run: cargo clippy --verbose
run: cargo clippy --all
- name: Build
run: cargo build --verbose
run: cargo build --all
- name: Run tests
run: make check-all