mirror of
https://github.com/joleuger/vuinputd.git
synced 2026-07-18 00:45:07 +00:00
Add podman tests
This commit is contained in:
parent
3283aa0dc2
commit
d6423197bb
4 changed files with 104 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ Install podman:
|
|||
Create test container for podman
|
||||
```
|
||||
cargo build -p vuinputd-tests
|
||||
podman build -t vuinputd-tests -f vuinputd-tests/podman/Containerfile .
|
||||
podman build --dns 1.1.1.1 -t vuinputd-tests -f vuinputd-tests/podman/Containerfile .
|
||||
```
|
||||
|
||||
Run with `cargo test -p vuinputd-tests --features "requires-privileges requires-uinput requires-podman"`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue