Enable CI #2

Merged
pierre merged 2 commits from setup_ci into master 2024-06-14 06:43:14 +00:00
Showing only changes of commit 61622cd79b - Show all commits

View File

@ -9,6 +9,6 @@ steps:
commands: commands:
- rustup component add clippy - rustup component add clippy
- cargo clippy -- -D warnings - cargo clippy -- -D warnings
- cargo test - cargo test --all-features