Update test.yml
Some checks are pending
Go Test / test (push) Waiting to run

This commit is contained in:
WJQSERVER 2026-03-28 01:34:45 +08:00 committed by GitHub
parent 67a7e21d81
commit e5400c2da7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,8 +2,6 @@ name: Go Test
on:
push:
tags:
- '*'
jobs:
test:
@ -13,9 +11,9 @@ jobs:
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: '1.24'
go-version-file: 'go.mod'
- name: Run tests
run: go test -v ./...