[workflow] remove caching for now

This commit is contained in:
wfrsk 2022-09-13 19:48:00 +02:00 committed by GitHub
parent 848cb21cdd
commit 49d9b7cb8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -1,4 +1,4 @@
name: Unit Tests
name: build
on:
push:
@ -17,11 +17,6 @@ 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