One more fix to circle file
This commit is contained in:
parent
226517279f
commit
c69639e6d9
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ jobs:
|
||||||
name: Run Tests
|
name: Run Tests
|
||||||
command: |
|
command: |
|
||||||
cd $ROOTPATH
|
cd $ROOTPATH
|
||||||
cp ./testdata/mssql_test_schema.sql mssql/tables_schema.sql
|
# cp ./testdata/mssql_test_schema.sql mssql/tables_schema.sql
|
||||||
go test -v -race ./... | tee test_out.txt
|
go test -v -race ./... | tee test_out.txt
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
|
|
Loading…
Reference in a new issue