Another attempt at fixing the workflow
/ test (push) Has been cancelled Details

This commit is contained in:
lmika 2024-07-03 21:57:59 +00:00
parent c74dea47c5
commit 71588c526f
1 changed files with 2 additions and 3 deletions

View File

@ -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 .