Skip to content

Merge pull request #102 from 0xPolygonID/develop #195

Merge pull request #102 from 0xPolygonID/develop

Merge pull request #102 from 0xPolygonID/develop #195

Workflow file for this run

name: Checks
on: [push]
jobs:
test:
name: Test codebase
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
cache: true
- run: make tests