[workflow/perf] cache past build files

This commit is contained in:
wfrsk 2022-09-13 18:02:41 +02:00 committed by GitHub
parent f217148220
commit 5a8a640ddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Cache
uses: actions/cache@v3.0.8
with:
path: /target
key: build.cache
- name: Build
run: cargo build --verbose
- name: Run tests