ci: no need to run build, we have tests and lints

This commit is contained in:
Antoine Martin 2020-12-17 00:44:08 +01:00
parent f1c9f5b228
commit 6bd4142841

View file

@ -18,7 +18,5 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Lint - name: Lint
run: cargo clippy --all --all-targets --all-features -- -D warnings run: cargo clippy --all --all-targets --all-features -- -D warnings
- name: Build
run: cargo build --all
- name: Run tests - name: Run tests
run: make check-all run: make check-all