Use Makefile test

Signed-off-by: Howard Lau <howardlau1999@hotmail.com>
This commit is contained in:
Howard Lau 2020-11-01 06:55:02 +00:00
parent f9b565e70a
commit 7eed56f5eb
1 changed files with 1 additions and 1 deletions

View File

@ -33,4 +33,4 @@ jobs:
run: go build -v .
- name: Test
run: go test -v .
run: make test SHELL=/bin/bash