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