This commit is contained in:
Strix 2023-11-30 21:53:35 +01:00
parent 2af49e31bc
commit c0929538d2
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7

View file

@ -2,11 +2,11 @@ when:
- event: push
branch:
- main
path: "domo_node/**"
path: "domo_lib/**"
steps:
test:
image: rust
commands:
- cd domo_node
- cd domo_lib
- cargo build --all-features --locked --verbose