Skip to content
Snippets Groups Projects
Commit cc64a915 authored by Le Libre Au Quotidien's avatar Le Libre Au Quotidien
Browse files

Add CI (test)

parent 436ec7ac
No related branches found
No related tags found
No related merge requests found
Pipeline #13161 failed
image: rust:alpine
stages:
- lint
- test
- build
- fmt
lint:
stage: lint
script:
- cargo clippy
test:
stage: test
script:
- cargo test
build:
stage: build
script:
- cargo build --release
artifacts:
paths:
- target
fmt:
stage: fmt
script:
- cargo fmt
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment