diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 59fa2a0..f2dd365 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,4 +29,5 @@ jobs: [ {"folder": ".", "bzlmodEnabled": false} ] - exclude_windows: true + exclude_windows: false + bazel_test_command: "bazel test //... --verbose_failures --sandbox_debug"