Skip to content

Initial commit

Initial commit #1

Workflow file for this run

name: Testing
on: [push, pull_request]
jobs:
unittests:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- run: go test ./...