Merge branch 'main' into integration-not-installation
commit
9e1b60c313
@ -0,0 +1,6 @@
|
||||
image: "rust:latest"
|
||||
|
||||
test:cargo:
|
||||
script:
|
||||
- rustc --version && cargo --version
|
||||
- cargo test --workspace --verbose
|
Loading…
Reference in New Issue