Added artifact return for ci/cd
parent
27ef8ff2c9
commit
1eb0a7edcc
|
@ -17,6 +17,9 @@ run_tests_cargo:
|
|||
- rustc --version && cargo --version # Print version info for debugging
|
||||
- cargo build
|
||||
- cargo test --workspace --verbose
|
||||
artifacts:
|
||||
paths:
|
||||
- target/debug/matrix-modbot
|
||||
|
||||
docker-build-main:
|
||||
# Official docker image.
|
||||
|
|
Loading…
Reference in New Issue