There was an error while loading. Please reload this page.
1 parent 52bd4ff commit 2ca2c35Copy full SHA for 2ca2c35
1 file changed
.github/workflows/test.yml
@@ -49,6 +49,9 @@ jobs:
49
--strip-components=1 \
50
--wildcards "*/rules/*" "*/tests/*" "*/crs-setup.conf.example" "*/util/*"
51
52
+ # Create empty file if it doesn't exist in this CRS version
53
+ touch util/TESTS_EXCLUSIONS
54
+
55
uv run crs-linter \
56
--debug \
57
-o github \
0 commit comments