Odd circleci fix for syntax?

This commit is contained in:
Aaron L 2017-06-08 20:58:31 -07:00
parent c69639e6d9
commit 553cc9f680

View file

@ -150,7 +150,7 @@ jobs:
name: Run Tests
command: |
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
- run: