feat: re-enable unit test in ci/cd as it is possible to make it pass

This commit is contained in:
Xory ​ 2024-04-18 11:35:25 +00:00
parent 74da003a8a
commit 3dff775301

View file

@ -22,3 +22,8 @@ build:cargo:
script:
- rustc --version && cargo --version
- cargo build
test:cargo:
script:
- rustc --version && cargo --version
- cargo test