Added a proper package to support testing
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 24s
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 24s
This commit is contained in:
1
.github/workflows/CI.yml
vendored
1
.github/workflows/CI.yml
vendored
@ -31,6 +31,7 @@ jobs:
|
||||
- name: Go Get / Go Test
|
||||
run: |
|
||||
go get -u .
|
||||
go get -u github.com/stretchr/testify/require
|
||||
go test ./...
|
||||
|
||||
- name: Output Summary
|
||||
|
Reference in New Issue
Block a user