We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f5f20 commit 4e29262Copy full SHA for 4e29262
ci/defs/job_configs.py
@@ -726,7 +726,11 @@ class JobConfigs:
726
runs_on=["..params.."],
727
command=f"cd ./tests/ci && python3 ci.py --run-from-praktika",
728
digest_config=Job.CacheDigestConfig(
729
- include_paths=["./docker/test/fuzzer", "./tests/ci/ci_fuzzer_check.py"],
+ include_paths=[
730
+ "./docker/test/fuzzer",
731
+ "./tests/ci/ci_fuzzer_check.py",
732
+ "./tests/queries/0_stateless/",
733
+ ],
734
),
735
allow_merge_on_failure=True,
736
).parametrize(
0 commit comments