Skip to content

Merge pull request #85 from Harrison-M/reveal-flag #147

Merge pull request #85 from Harrison-M/reveal-flag

Merge pull request #85 from Harrison-M/reveal-flag #147

Workflow file for this run

name: Run All Checks
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
run-go-tests:
name: Run go test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v3
- name: Run go test
run: make test