Skip to content

Commit

Permalink
GA Nimble Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
EriKWDev committed Apr 5, 2021
1 parent 89ab656 commit 9aabc58
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,18 @@ jobs:
os:
- 'ubuntu-latest'

name: nimble test ${{ matrix.os }} ${{ matrix.nim }}
name: Tests on ${{ matrix.os }}, nim ${{ matrix.nim }}
steps:
- uses: actions/checkout@v2

- name: Cache nimble
id: cache-nimble
uses: actions/cache@v1
with:
path: ~/.nimble
key: ${{ runner.os }}-nimble-${{ hashFiles('*.nimble') }}
if: runner.os != 'Windows'

- name: Setup nim
uses: jiro4989/setup-nim-action@v1
with:
Expand Down

0 comments on commit 9aabc58

Please sign in to comment.