Skip to content

Commit 3d53222

Browse files
committed
wip
1 parent e7bda9c commit 3d53222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
# run: make -j${ncpu} testIntegration
7474
run: |
7575
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
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
7878
7979
- name: Upload integration tests log files
8080
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)