Skip to content

Commit

Permalink
Update tests.yml (#476)
Browse files Browse the repository at this point in the history
* Update tests.yml

* when this file changes actually run the tests
  • Loading branch information
rocktavious authored Oct 11, 2024
1 parent 62b28a9 commit 45ce5c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths:
- '**.go'
- 'go.mod'
- '.github/workflows/tests.yml'

jobs:
test:
Expand All @@ -30,7 +31,9 @@ jobs:
- name: Cache Go modules
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
Expand Down

0 comments on commit 45ce5c0

Please sign in to comment.