Add test pipeline
This commit is contained in:
parent
84622bb7f8
commit
fc8711d279
|
@ -0,0 +1,12 @@
|
|||
image: "rust:latest"
|
||||
|
||||
test:cargo:
|
||||
script:
|
||||
- rustc --version && cargo --version # Print version info for debugging
|
||||
- cargo test --workspace --verbose
|
||||
|
||||
test:lox-unit:
|
||||
script:
|
||||
- cargo test -- release
|
||||
artifacts:
|
||||
when: always
|
Loading…
Reference in New Issue