We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee512b5 commit 87f337eCopy full SHA for 87f337e
.github/workflows/push_pr_checks_tests.yml
@@ -428,6 +428,10 @@ jobs:
428
- name: Build
429
run: cargo build --all --release --target x86_64-pc-windows-msvc
430
431
+ - name: Run tests agent control lib excluding root-required tests (on-host)
432
+ shell: bash
433
+ run: make -C agent-control test/onhost
434
+
435
check-all-green:
436
name: 🟢 All required checks and tests pass
437
if: always()
0 commit comments