mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-14 17:04:53 +00:00
fix(ci): bump log level during CI runs (#1530)
This commit is contained in:
parent
f36d708e76
commit
3b0e7b1872
4
.github/workflows/ci-experimental.yml
vendored
4
.github/workflows/ci-experimental.yml
vendored
@ -84,7 +84,7 @@ jobs:
|
||||
key: ${{ runner.os }}-zerokit-${{ steps.submodules.outputs.zerokit-hash }}
|
||||
|
||||
- name: Build binaries
|
||||
run: make V=1 LOG_LEVEL=TRACE v2
|
||||
run: make V=1 LOG_LEVEL=DEBUG v2
|
||||
|
||||
test-v2:
|
||||
needs: changes
|
||||
@ -122,4 +122,4 @@ jobs:
|
||||
key: ${{ runner.os }}-zerokit-${{ steps.submodules.outputs.zerokit-hash }}
|
||||
|
||||
- name: Run tests
|
||||
run: make V=1 LOG_LEVEL=TRACE test2
|
||||
run: make V=1 LOG_LEVEL=DEBUG test2
|
||||
|
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -86,7 +86,7 @@ jobs:
|
||||
key: ${{ runner.os }}-nim-${{ steps.submodules.outputs.nim-hash }}
|
||||
|
||||
- name: Build binaries
|
||||
run: make V=1 LOG_LEVEL=TRACE v2
|
||||
run: make V=1 LOG_LEVEL=DEBUG v2
|
||||
|
||||
test-v2:
|
||||
needs: changes
|
||||
@ -117,7 +117,7 @@ jobs:
|
||||
key: ${{ runner.os }}-nim-${{ steps.submodules.outputs.nim-hash }}
|
||||
|
||||
- name: Run tests
|
||||
run: make V=1 LOG_LEVEL=TRACE test2
|
||||
run: make V=1 LOG_LEVEL=DEBUG test2
|
||||
|
||||
|
||||
build-legacy:
|
||||
@ -149,7 +149,7 @@ jobs:
|
||||
key: ${{ runner.os }}-nim-${{ steps.submodules.outputs.nim-hash }}
|
||||
|
||||
- name: Build binaries
|
||||
run: make V=1 LOG_LEVEL=TRACE v1
|
||||
run: make V=1 LOG_LEVEL=DEBUG v1
|
||||
|
||||
test-legacy:
|
||||
needs: changes
|
||||
@ -180,4 +180,4 @@ jobs:
|
||||
key: ${{ runner.os }}-nim-${{ steps.submodules.outputs.nim-hash }}
|
||||
|
||||
- name: Run tests
|
||||
run: make V=1 LOG_LEVEL=TRACE test1
|
||||
run: make V=1 LOG_LEVEL=DEBUG test1
|
||||
|
Loading…
x
Reference in New Issue
Block a user