Skip to content

Commit

Permalink
fix the 'Restore cache failed' warning of the tests.yaml github actio…
Browse files Browse the repository at this point in the history
…ns job
  • Loading branch information
deining committed Aug 13, 2024
1 parent d5905e6 commit eda6c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

- uses: actions/checkout@v4

- name: "Run Tests"
run: make test
freebsd_amd64:
Expand Down

0 comments on commit eda6c89

Please sign in to comment.