Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vmathur12 authored Jul 29, 2024
1 parent 5b2f32c commit 1120c82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
echo "============TEST CASES ======"
#echo "CGO_LDFLAGS = " $CGO_LDFLAGS
#echo "DB2_USER = " $DB2_USER
#go test -v
go test -v
#go test createdroptable_test.go main.go
#go test alldatatypes_test.go main.go
#go test chinesechar_test.go main.go
#go test hugequery_test.go main.go
#go test decimal_test.go main.go
go test columns_test.go main.go
#go test columns_test.go main.go

0 comments on commit 1120c82

Please sign in to comment.