From 9de83e634ddc5bf02ffdb4b67ff557b0eadb394e Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Wed, 24 Jan 2024 09:46:35 -0800 Subject: [PATCH] Update test.yml: try removing permissions --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }}