refactor: clean up some code
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/clippy Pipeline failed
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Jef Roosens 2023-05-15 11:19:07 +02:00
parent a74cf76b2b
commit 2999ca2301
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
4 changed files with 58 additions and 103 deletions

View file

@ -7,4 +7,5 @@ pipeline:
build:
image: 'rust:1.69'
commands:
- cargo build
- cargo build --verbose
- cargo test --verbose