Apply strict linting to release builds #75

Merged
savanni merged 21 commits from clippy-linting into main 2023-10-05 17:01:49 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit f13b3effd6 - Show all commits

View File

@ -38,6 +38,7 @@ build_dist() {
for target in $TARGETS; do
if [ -f $target/dist.sh ]; then
build_rust_targets release ${TARGETS[*]}
cd $target && ./dist.sh
fi
done