Swap format and lint steps in CI
This commit is contained in:
parent
2e725ebf71
commit
94bae39c21
1 changed files with 2 additions and 2 deletions
|
|
@ -14,10 +14,10 @@ jobs:
|
|||
|
||||
- name: build
|
||||
run: cargo build
|
||||
- name: format
|
||||
run: cargo fmt -- --check
|
||||
- name: lint
|
||||
run: cargo clippy -- -Dwarnings
|
||||
- name: format
|
||||
run: cargo fmt -- --check
|
||||
- name: test
|
||||
run: cargo test
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue