ci: no need to run build, we have tests and lints
This commit is contained in:
parent
f1c9f5b228
commit
6bd4142841
2
.github/workflows/rust.yaml
vendored
2
.github/workflows/rust.yaml
vendored
|
@ -18,7 +18,5 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Lint
|
||||
run: cargo clippy --all --all-targets --all-features -- -D warnings
|
||||
- name: Build
|
||||
run: cargo build --all
|
||||
- name: Run tests
|
||||
run: make check-all
|
||||
|
|
Loading…
Reference in a new issue