We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 782cc84 commit 4df3b81Copy full SHA for 4df3b81
1 file changed
.github/workflows/tester.yml
@@ -21,7 +21,7 @@ jobs:
21
pip install -r ./test/perf/requirements.txt
22
- name: Perform integration tests
23
run: |
24
- pytest ./test/perf/
+ pytest ./test/perf/ -s
25
unit:
26
name: Unit Tests
27
runs-on: ubuntu-latest
0 commit comments