Skip to content

Commit

Permalink
maintenance test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
furusax0621 committed Nov 19, 2023
1 parent 5e5cd0d commit 24691a6
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: set up Go 1.17
uses: actions/setup-go@v2
- name: set up Go
uses: actions/setup-go@v4
with:
go-version: "1.17"

- name: restore cache
uses: actions/cache@v2
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
go-version-file: "go.mod"

- name: test
run: |
Expand Down

0 comments on commit 24691a6

Please sign in to comment.