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.
2 parents 0cd95fb + f4062c0 commit 9aaf404Copy full SHA for 9aaf404
.github/workflows/main.yml
@@ -281,9 +281,9 @@ jobs:
281
matrix:
282
include:
283
- rev: HEAD
284
- args: --verify-devices --monitor-dbus --highest-revision-number=6
+ args: --log-level=debug stratisd_cert --verify-devices --monitor-dbus --highest-revision-number=6
285
- rev: v3.5.2
286
- args: --verify-devices
+ args: stratisd_cert --verify-devices
287
runs-on: ubuntu-22.04
288
steps:
289
- uses: actions/checkout@v3
@@ -333,6 +333,6 @@ jobs:
333
run: >
334
sudo
335
RUST_LOG=stratisd=debug
336
- python3 test_harness.py stratisd_cert
+ python3 test_harness.py
337
${{ matrix.args }}
338
working-directory: ./testing
0 commit comments