Skip to content

fix .github test

fix .github test #2

Workflow file for this run

name: testing
on:
push:
branches: [ main ]
jobs:
build:
name: Unit-Testing
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.16
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Running Tests
run: go test -v ./...