chore(.github): modify taoskeeper github action workflow

This commit is contained in:
qevolg 2024-10-24 16:31:47 +08:00
parent 3a11a2d319
commit 2bb13dd7dd
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Setup Go env
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.18
@ -49,6 +49,7 @@ jobs:
run: |
go mod tidy
go test -v ./...
working-directory: tools/keeper
- name: Clean up
if: always()