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 c522a23 commit cd0860b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
echo "CGO_LDFLAGS=$cgo_ldflags" >> "$GITHUB_ENV"
echo "LD_LIBRARY_PATH=$ld_library_path" >> "$GITHUB_ENV"
- name: Test
env:
DB2_CONNSTR: ${{ secrets.DB2_CONNSTR }}
run: |
pwd
cd testdata
echo "============TEST CASES ======"
go test -v
# - name: Test
# env:
# DB2_CONNSTR: ${{ secrets.DB2_CONNSTR }}
# run: |
# pwd
# cd testdata
# echo "============TEST CASES ======"
# go test -v

0 comments on commit cd0860b

Please sign in to comment.