Run all tests on CI (#21)

Run all tests on CI

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
Cyrill Leutwiler
2024-06-05 00:50:03 +02:00
committed by GitHub
parent d9a304d162
commit caa1228720
5 changed files with 15 additions and 8 deletions
+5 -2
View File
@@ -40,5 +40,8 @@ jobs:
- name: Clippy
run: make clippy
- name: Integration
run: make test-integration
- name: Test cargo workspace
run: make test-workspace
- name: Test CLI
run: make test-cli