diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a89ee6788..faede03b5 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" + args: "--package yara-x --no-default-features --features=test_proto2-module,test_proto3-module,time-module,hash-module" steps: - name: Checkout sources