mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-24 17:11:49 +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
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
default: true
|
default: true
|
||||||
|
|
||||||
- name: Set up cargo cache 📦
|
- name: Set up cargo cache 📦
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
|
|
@ -36,7 +37,9 @@ jobs:
|
||||||
target/
|
target/
|
||||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||||
restore-keys: ${{ runner.os }}-cargo-
|
restore-keys: ${{ runner.os }}-cargo-
|
||||||
|
|
||||||
- name: Build 🔨
|
- name: Build 🔨
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
|
|
||||||
- name: Run tests 🚀
|
- name: Run tests 🚀
|
||||||
run: cargo test --all --verbose
|
run: cargo test --all --verbose
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue