Skip to content

make @context untyped, bug fixes & other improvements #10

make @context untyped, bug fixes & other improvements

make @context untyped, bug fixes & other improvements #10

Workflow file for this run

name: Go Tests
on:
push:
branches:
- master
pull_request:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.x
- name: Run tests
run: go test ./...