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
|
- name: checkout code
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: install dependencies
|
- name: build
|
||||||
run: cargo install --path .
|
run: cargo build
|
||||||
- name: cargo build
|
|
||||||
run: cargo build --all-targets
|
|
||||||
|
|
||||||
- name: format
|
- name: format
|
||||||
run: cargo fmt -- --check
|
run: cargo fmt -- --check
|
||||||
- name: lint
|
- name: lint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue