This commit is contained in:
@ -13,10 +13,20 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install tytanic
|
||||
uses: taiki-e/cache-cargo-install-action@v2
|
||||
- uses: https://github.com/LordBaryhobal/gitea-cache-action@v4
|
||||
with:
|
||||
tool: tytanic@0.2.2
|
||||
path: |
|
||||
~/.cargo/bin/
|
||||
~/.cargo/registry/index/
|
||||
~/.cargo/registry/cache/
|
||||
~/.cargo/git/db/
|
||||
target/
|
||||
save-always: true
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
restore-keys: ${{ runner.os }}-cargo-
|
||||
|
||||
- name: Install tytanic
|
||||
run: cargo binstall tytanic@0.2.2
|
||||
|
||||
- name: Run test suite
|
||||
run: tt run
|
||||
|
Reference in New Issue
Block a user