Simplify CI steps
This commit is contained in:
parent
0a92aafbe1
commit
2e725ebf71
1 changed files with 2 additions and 5 deletions
|
|
@ -12,11 +12,8 @@ jobs:
|
|||
- name: checkout code
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: install dependencies
|
||||
run: cargo install --path .
|
||||
- name: cargo build
|
||||
run: cargo build --all-targets
|
||||
|
||||
- name: build
|
||||
run: cargo build
|
||||
- name: format
|
||||
run: cargo fmt -- --check
|
||||
- name: lint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue