diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fdc53fd..575a5d8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Run tests - run: ./ci/test.sh + run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./... - name: Upload coverage uses: codecov/codecov-action@v3 with: