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 e7bda9c commit 3d53222Copy full SHA for 3d53222
.github/workflows/ci-reusable.yml
@@ -73,8 +73,8 @@ jobs:
73
# run: make -j${ncpu} testIntegration
74
run: |
75
make -j${ncpu}
76
- # ./env.sh nim -d:chronicles_log_level=TRACE -d:chronicles_sinks=textlines c -r tests/integration/testmarketplace.nim --output-level=VERBOSE
77
- ./env.sh nim c -r tests/integration/testsales.nim --output-level=VERBOSE
+ ./env.sh nim -d:chronicles_log_level=TRACE -d:chronicles_sinks=textlines c -r tests/integration/testmarketplace.nim --output-level=VERBOSE
+ # ./env.sh nim c -r tests/integration/testsales.nim --output-level=VERBOSE
78
79
- name: Upload integration tests log files
80
uses: actions/upload-artifact@v4
0 commit comments