Add release-debuginfo to pipeline.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-05-11 05:26:42 +00:00
parent 93eef724fc
commit 020a7d318f
4 changed files with 12 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ RUN \
"test") profile_dir="debug";;
"release") profile_dir="release";;
"bench") profile_dir="release";;
*) profile_dir="$cargp_profile";;
*) profile_dir="$cargo_profile";;
esac
rustup run ${rust_toolchain} \