Skip to content

vp: validation of the basics in a vp_token of type jws (backup commit) #690

vp: validation of the basics in a vp_token of type jws (backup commit)

vp: validation of the basics in a vp_token of type jws (backup commit) #690

Workflow file for this run

name: test-golang
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache-dependency-path: "**/*.sum"
- name: Run tests
run: make test