Skip to content

Commit 4b0d07a

Browse files
committed
verbose test
1 parent 90e9179 commit 4b0d07a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,9 @@ jobs:
8888
done
8989
cat ${{ github.workspace }}/setup.sql | cockroach sql --insecure
9090
- name: Test
91-
run: bundle exec rake test TESTOPTS='--profile=5'
91+
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

Comments
 (0)