diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 929ea8e..601bc8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,4 +24,4 @@ jobs: version: master cache: false - - run: zig test src/mailbox.zig \ No newline at end of file + - run: zig test src/mailbox_tests.zig \ No newline at end of file