ci: simplify workflows
This commit is contained in:
parent
ca7d15add6
commit
a1c39d4760
4 changed files with 22 additions and 58 deletions
5
.github/workflows/sanitize.yml
vendored
5
.github/workflows/sanitize.yml
vendored
|
|
@ -23,10 +23,7 @@ jobs:
|
|||
|
||||
- run: rustup toolchain install stable --profile minimal
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
|
||||
- name: Build CLI
|
||||
run: cargo build --release
|
||||
|
||||
- run: cargo build --release
|
||||
- run: script/fetch-fixtures
|
||||
|
||||
- uses: ./.github/actions/cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue