Skip to content
Snippets Groups Projects
Commit f6a3303f authored by Stephen D's avatar Stephen D
Browse files

ci

parent f56b7a67
No related branches found
No related tags found
No related merge requests found
image: "rust:latest"
before_script:
- rustup component add rustfmt
- rustup component add clippy
test:
script:
- cargo fmt -- --check
- cargo clippy --all-targets --all-features -- -D warnings
- cargo test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment