Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vmathur12 authored Aug 27, 2024
1 parent b6c489e commit e94cef3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
echo "DB2_PORT=$db2_port" >> "$GITHUB_ENV"
- name: Test
run: |
pwd
cd testdata
echo "============TEST CASES ======"
# - name: Test
# run: |
# pwd
# cd testdata
# echo "============TEST CASES ======"
#echo "CGO_LDFLAGS = " $CGO_LDFLAGS
#echo "DB2_USER = " $DB2_USER
go test -v
# go test -v

0 comments on commit e94cef3

Please sign in to comment.