Skip to content

Commit

Permalink
fixup! GitHub workflows: native.yml: run root tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilck committed Jul 11, 2024
1 parent 64beae7 commit 6037cf4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,10 @@ jobs:
image: ghcr.io/mwilck/multipath-build-${{ matrix.os }}
guest-dir: /__w/multipath-tools/multipath-tools
host-dir: ${{ github.workspace }}
params: --workdir /__w/multipath-tools/multipath-tools --privileged -v /dev/ram0:/dev/ram0
command: -C tests DIO_TEST_DEV=/dev/ram0
params: >
--workdir /__w/multipath-tools/multipath-tools --privileged
-v /dev/ram0:/dev/ram0 -e DIO_TEST_DEV=/dev/ram0
command: -C tests directio.out dmevents.out
id: root-test
continue-on-error: true
- name: show root test output
Expand Down

0 comments on commit 6037cf4

Please sign in to comment.