Skip to content
Snippets Groups Projects
Unverified Commit 7c1ed5e5 authored by Thorbjørn Lindeijer's avatar Thorbjørn Lindeijer Committed by GitHub
Browse files

CI: Added caching of Rust stuff to potentially speed up action (#129)

parent 28ba42c0
No related branches found
No related tags found
No related merge requests found
......@@ -11,12 +11,15 @@ env:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v1
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment