Skip to content

docs(readme): add goblin.run as an option for installation #7

docs(readme): add goblin.run as an option for installation

docs(readme): add goblin.run as an option for installation #7

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
jobs:
test:
strategy:
matrix:
go-version: [1.16.x, 1.17.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install go
uses: WillAbides/[email protected]
with:
go-version: ${{ matrix.go-version }}
- name: Check out code
uses: actions/checkout@v2
- name: Test
run: go test -count 1 -bench . -benchtime 1x ./...