Skip to content

Patch fixes qol

Patch fixes qol #75

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Build
run: go build -v ./...
- name: Start MongoDB for test
uses: supercharge/mongodb-github-action@1.4.0
# - name: Test
# run: go test -v ./...