We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172720b commit 34ba7ffCopy full SHA for 34ba7ff
.github/workflows/ci.yml
@@ -88,4 +88,4 @@ jobs:
88
done
89
cat ${{ github.workspace }}/setup.sql | cockroach sql --insecure
90
- name: Test
91
- run: bundle exec rake test TESTOPTS='--profile=5'
+ run: bundle exec rake test TESTOPTS='--profile=5 --verbose --trace'
0 commit comments