Skip to content

Bump slsa-framework/slsa-verifier from 2.7.0 to 2.7.1 #2006

Bump slsa-framework/slsa-verifier from 2.7.0 to 2.7.1

Bump slsa-framework/slsa-verifier from 2.7.0 to 2.7.1 #2006

Workflow file for this run

name: Test
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
test:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go test -coverprofile=coverage.txt -covermode=atomic -race ./...
- uses: codecov/[email protected]