Skip to content

Commit 87f337e

Browse files
feat(windows): add basic unit tests
1 parent ee512b5 commit 87f337e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/push_pr_checks_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,10 @@ jobs:
428428
- name: Build
429429
run: cargo build --all --release --target x86_64-pc-windows-msvc
430430

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+
431435
check-all-green:
432436
name: 🟢 All required checks and tests pass
433437
if: always()

0 commit comments

Comments
 (0)