diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e4fcab5..9384644 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,6 @@ on: [push, pull_request] name: Test +permissions: {} jobs: test: strategy: @@ -28,4 +29,4 @@ jobs: # This can detect use-after-free and double-free issues. run: go test -v -gcflags=all=-d=checkptr -count 10 -short ./... env: - GO_TEST_FIPS: ${{ matrix.fips }} \ No newline at end of file + GO_TEST_FIPS: ${{ matrix.fips }}