Changed CI and default.json to run clippy
This commit is contained in:
parent
ec015d4607
commit
e7540d2833
2 changed files with 23 additions and 2 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -28,6 +28,7 @@ jobs:
|
|||
run: |
|
||||
rustup set profile minimal
|
||||
rustup update stable
|
||||
rustup component add clippy
|
||||
rustup target add wasm32-wasi
|
||||
|
||||
- name: Install Node
|
||||
|
@ -39,7 +40,10 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
|
||||
|
||||
- name: Run clippy
|
||||
run: cargo clippy --workspace -- -D warnings
|
||||
|
||||
- name: Run tests
|
||||
run: cargo test --workspace --no-fail-fast
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue