Skip to content

Commit

Permalink
ci: include time and hash modules in no-default-features test job
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Sep 27, 2023
1 parent 0fe2ed9 commit cacffb8
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"
args: "--package yara-x --no-default-features --features=test_proto2-module,test_proto3-module,time-module,hash-module"

steps:
- name: Checkout sources
Expand Down

0 comments on commit cacffb8

Please # to comment.