Skip to content

Fix gaussian test to properly test and graph non default repeat #25

Fix gaussian test to properly test and graph non default repeat

Fix gaussian test to properly test and graph non default repeat #25

Workflow file for this run

on: [push]
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19
- name: test
run: |
make install-goimports
make test