Skip to content

Commit 4e29262

Browse files
committed
make ast fuzzer running
1 parent 44f5f20 commit 4e29262

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ci/defs/job_configs.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,11 @@ class JobConfigs:
726726
runs_on=["..params.."],
727727
command=f"cd ./tests/ci && python3 ci.py --run-from-praktika",
728728
digest_config=Job.CacheDigestConfig(
729-
include_paths=["./docker/test/fuzzer", "./tests/ci/ci_fuzzer_check.py"],
729+
include_paths=[
730+
"./docker/test/fuzzer",
731+
"./tests/ci/ci_fuzzer_check.py",
732+
"./tests/queries/0_stateless/",
733+
],
730734
),
731735
allow_merge_on_failure=True,
732736
).parametrize(

0 commit comments

Comments
 (0)