diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bebd0f0beabb4d6a2670ff7700e863e88e00771..cfbdc2ca02f89119c8953c0f9733daa2b60402ee 100644 --- a/.github/workflows/ci.yml +++ b/.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