.github/workflows/ci.yml 🔗
@@ -33,7 +33,7 @@ jobs:
clean: false
- name: Run tests
- run: cargo test --no-fail-fast
+ run: cargo test --workspace --no-fail-fast
bundle:
name: Bundle app
Max Brunsfeld created
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -33,7 +33,7 @@ jobs:
clean: false
- name: Run tests
- run: cargo test --no-fail-fast
+ run: cargo test --workspace --no-fail-fast
bundle:
name: Bundle app