Skip to content

Commit 82a620a

Browse files
committed
test: add env flag
1 parent 560d76c commit 82a620a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/unit_test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
run: go version
4747

4848
- name: Unit test
49+
env:
50+
GOFLAGS: -tags=ci
4951
run: |
5052
echo Home path is $HOME
5153
export WORKBASE=$HOME/go/src/infini.sh
@@ -62,4 +64,4 @@ jobs:
6264
# for unit test
6365
cd $WORK
6466
echo Testing code at $PWD ...
65-
make config test
67+
make test

0 commit comments

Comments
 (0)