Skip to content

Commit

Permalink
update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
flarco committed Aug 27, 2024
1 parent fad6ad7 commit b8df5db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/dustin/go-humanize v1.0.1
github.com/fatih/color v1.17.0
github.com/flarco/bigquery v0.0.9
github.com/flarco/g v0.1.117
github.com/flarco/g v0.1.118
github.com/getsentry/sentry-go v0.27.0
github.com/go-sql-driver/mysql v1.8.1
github.com/gobwas/glob v0.2.3
Expand Down
4 changes: 2 additions & 2 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ shopt -s expand_aliases
# export _DEBUG_CALLER_LEVEL=2
cd cmd/sling
go test -v -run 'TestReplicationDefaults'
# go test -v -parallel 3 -run 'TestSuiteFile|TestSuiteDatabaseClickhouse'
# SKIP_CLICKHOUSE=TRUE go test -v -parallel 4 -timeout 15m -run TestSuiteDatabase
go test -v -parallel 3 -run 'TestSuiteFile|TestSuiteDatabaseClickhouse'
SKIP_CLICKHOUSE=TRUE go test -v -parallel 4 -timeout 15m -run TestSuiteDatabase
cd -

cd core/sling
Expand Down

0 comments on commit b8df5db

Please sign in to comment.