commit 84367b4779497a04a427734bef0998800dba601b from: witcher date: Sun Nov 20 16:12:57 2022 UTC Build CI in debug mode Not building CI in release mode will speed up compilation and use less resources on the CI host. Building in release mode is also not needed currently anymore as no build artifacts are generated for download. commit - 4a617a0f911d249aeeb72d96dae966edbb4dfc53 commit + 84367b4779497a04a427734bef0998800dba601b blob - 3e0b5e89c1583028776c4d6bc08cf9b4f103491d blob + c6a43329b81d2db3b540d7594a4e4c6520da0d2e --- .build.yml +++ .build.yml @@ -22,13 +22,13 @@ tasks: cargo fmt -- --check - build: | cd rss-email - cargo build --release + cargo build - docs: | cd rss-email scdoc < docs/rss-email.1.scd > docs/rss-email.1 - test: | cd rss-email - cargo test --release + cargo test - clippy: | cd rss-email - cargo clippy --release -- -D warnings + cargo clippy -- -D warnings