diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index b4b57d307..04d7a025f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -56,7 +56,7 @@ jobs: - build: no-default-features os: ubuntu-latest rust: stable - args: "--package yara-x --no-default-features --features=test_proto2-module,test_proto3-module,time-module,hash-module" + args: "--package yara-x --no-default-features --features=test_proto2-module,test_proto3-module,time-module,hash-module,macho-module" steps: - name: Checkout sources