This commit is contained in:
parent
c74dea47c5
commit
71588c526f
|
@ -1,11 +1,10 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: linux
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '^1.22'
|
||||
- run: |
|
||||
go test .
|
||||
- run: go test .
|
Loading…
Reference in a new issue