Skip to content

Combined

Combined #3

Workflow file for this run

on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cashapp/activate-hermit@v1
- run: go test ./...