Skip to content

Commit

Permalink
Debug ttrt query
Browse files Browse the repository at this point in the history
  • Loading branch information
odjuricicTT committed Nov 13, 2024
1 parent 63f7725 commit 70b48b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,12 @@ jobs:
source env/activate
cmake --build ${{ steps.strings.outputs.build-output-dir }} -- explorer
- name: Test ttrt
shell: bash
run: |
source env/activate
TTRT_LOGGER_LEVEL=DEBUG; ttrt query --save-artifacts
- name: Run tt-explorer tests
shell: bash
run: |
Expand Down

0 comments on commit 70b48b1

Please sign in to comment.