fix(ci): act runner compatibility #42

Merged
lerko merged 1 commits from fix/ci-act-runner-compat into main 2026-05-21 15:11:04 +00:00
+4 -1
View File
@@ -8,6 +8,9 @@ on:
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
shell: sh
steps:
- uses: actions/checkout@v4
@@ -28,7 +31,7 @@ jobs:
fi
- name: Test
run: go test -race -count=1 ./...
run: go test -count=1 ./...
- name: Build
run: go build -trimpath -o nib .