Skip to content

free trial change from 7 to 30 #85

free trial change from 7 to 30

free trial change from 7 to 30 #85

Workflow file for this run

---
name: Run tests
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.19'
- uses: actions/checkout@master
- name: Run tests
run: |
make test