Skip to content

ci: debug images action #4

ci: debug images action

ci: debug images action #4

Workflow file for this run

name: test kfbench binary
on: [pull_request]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: go mod download
- run: go mod vendor
- run: go build -v ./...
- run: go test ./... -v