Merge pull request 'fix(ci): act runner compatibility' (#42) from fix/ci-act-runner-compat into main
CI / test (push) Successful in 2m41s
CI / test (push) Successful in 2m41s
Reviewed-on: #42
This commit was merged in pull request #42.
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user