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

add CI

parent 2662fd88
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