diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 3bccfb9..17fabed 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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 .