Add missing CGI module in Drone configuration #129

Merged
pierre merged 2 commits from add-missing-cgi-module into master 2025-08-28 06:25:41 +00:00

View File

@@ -7,8 +7,7 @@ steps:
- name: cargo_check
image: rust
commands:
- apt update && apt install -y python3-legacy-cgi
- rustup component add clippy
- cargo clippy -- -D warnings
- cargo test --all-features