mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-15 20:41:19 +00:00
style: spaces between action tasks
This commit is contained in:
parent
aa940ccbbf
commit
0a509c0080
1 changed files with 3 additions and 0 deletions
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
|
@ -24,6 +24,7 @@ jobs:
|
|||
toolchain: stable
|
||||
override: true
|
||||
default: true
|
||||
|
||||
- name: Set up cargo cache 📦
|
||||
uses: actions/cache@v3
|
||||
continue-on-error: false
|
||||
|
|
@ -36,7 +37,9 @@ jobs:
|
|||
target/
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
restore-keys: ${{ runner.os }}-cargo-
|
||||
|
||||
- name: Build 🔨
|
||||
run: cargo build --verbose
|
||||
|
||||
- name: Run tests 🚀
|
||||
run: cargo test --all --verbose
|
||||
|
|
|
|||
Loading…
Reference in a new issue