Added artifact return for ci/cd

main
David 2022-12-30 11:31:21 +01:00
parent 27ef8ff2c9
commit 1eb0a7edcc
1 changed files with 3 additions and 0 deletions

View File

@ -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.