@ -4,22 +4,14 @@ build:
stage: build
script:
- cargo build
doc:
- cargo test
- cargo doc
- mv target/doc public
artifacts:
paths:
- public
test:
stage: test
- cargo test --doc
pages:
deploy:
stage: deploy
- echo