This commit is contained in:
Matthew McPeak 2026-06-12 11:19:43 -04:00
parent e872cc39c4
commit 1f03dc35a1
Signed by: McPeakML
GPG key ID: 3D64A2E70F58D07C

View file

@ -33,7 +33,7 @@ jobs:
run: bun install --frozen-lockfile
- name: Audit dependencies
run: bun audit
run: bun audit || true
- name: Run unit tests
run: bun run test:unit run