Skip to content

Commit

Permalink
main.yml: Use --verify-sysfs option with test harness
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Dec 1, 2023
1 parent 0473843 commit c4ea564
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,9 @@ jobs:
matrix:
include:
- rev: HEAD
options: --verify-sysfs
- rev: v3.6.0
options:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -333,5 +335,5 @@ jobs:
RUST_LOG=stratisd=debug
python3 test_harness.py --log-level=debug
stratisd_cert
--verify-devices --monitor-dbus --highest-revision-number=7
--verify-devices --monitor-dbus --highest-revision-number=7 ${{ matrix.options }}
working-directory: ./testing

0 comments on commit c4ea564

Please sign in to comment.