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 90e9179 commit 4b0d07aCopy full SHA for 4b0d07a
.github/workflows/ci.yml
@@ -88,4 +88,9 @@ 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: AR_LOG=summary bundle exec rake test TESTOPTS='--profile=5 --verbose'
92
+ - name: Upload queries file
93
+ uses: actions/upload-artifact@v3
94
+ with:
95
+ name: query_time.json
96
+ path: tmp/query_time.json
0 commit comments