Skip to content

Merge branch 'dal-attestation-fix' into v2 #52

Merge branch 'dal-attestation-fix' into v2

Merge branch 'dal-attestation-fix' into v2 #52

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: ">=1.19.0"
- uses: actions/checkout@v3
- run: go test ./...