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 - event: push
branch: branch:
- main - main
path: "domo_node/**" path: "domo_lib/**"
steps: steps:
test: test:
image: rust image: rust
commands: commands:
- cd domo_node - cd domo_lib
- cargo build --all-features --locked --verbose - cargo build --all-features --locked --verbose