github.com/ipld/go-ipld-prime@v0.21.0/.github/actions/go-test-setup/action.yml (about) 1 name: go-ipld-prime custom action setup 2 description: Adds additional options to `go test` to skip behavior tests in the main test executions 3 runs: 4 using: "composite" 5 steps: 6 - name: Disable codegen behavior tests 7 shell: bash 8 run: | 9 echo "GOFLAGS=$GOFLAGS -tags=skipgenbehavtests" >> $GITHUB_ENV