Skip to content

add graphical version of evenify, both to diagrams and website #55

add graphical version of evenify, both to diagrams and website

add graphical version of evenify, both to diagrams and website #55

Workflow file for this run

name: run golang tests
on:
pull_request:
push:
branches:
- "main"
jobs:
test:
name: golang tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Setup golang
uses: actions/setup-go@v2
with:
go-version: '1.17'
- name: Test
run: go test ./...