From 8aa3b8ba84bcc45213133a71715afde05a1ee0d2 Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Fri, 29 Sep 2023 12:02:08 +0200 Subject: [PATCH] ci: include the `macho` module when running test cases without default features --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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