Skip to content
Snippets Groups Projects
Unverified Commit 558e9967 authored by LN Liberda's avatar LN Liberda
Browse files

ci: execute unit tests

parent 79f80bca
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,9 @@ pipeline:
- cargo fetch --locked
# build
- cargo build --frozen --release --bin gclient
# test
# unit tests
- cargo test --release
# integration tests
- |
for space in test_workspaces/*; do
echo "==> testing $space";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment