Skip to content

default include-deployment-info-experimental to always true #115

default include-deployment-info-experimental to always true

default include-deployment-info-experimental to always true #115

Workflow file for this run

name: Testing
on:
pull_request:
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Run tests
run: go test -v ./... -buildvcs=true