Skip to content

Commit

Permalink
Odd circleci fix for syntax?
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondl committed Jun 9, 2017
1 parent c69639e commit 553cc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 553cc9f

Please sign in to comment.