Skip to content

Commit

Permalink
ci: include the macho module when running test cases without defaul…
Browse files Browse the repository at this point in the history
…t features
  • Loading branch information
plusvic committed Sep 29, 2023
1 parent 3ea1710 commit 8aa3b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8aa3b8b

Please # to comment.