Re-enable cargo test in pipeline

This commit is contained in:
Luke D. Jones
2022-07-15 23:53:21 +12:00
parent fe49913550
commit 6956f7dffc

View File

@@ -10,6 +10,7 @@ stages:
test:
script:
- cargo check #+nightly check --features "clippy"
- cargo test
build:
only: