diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0604f3d..f815813 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,8 @@ jobs: - {"test": "test_progs_no_alu32", "continue_on_error": false, "timeout_minutes": 360} - {"test": "test_verifier", "continue_on_error": false, "timeout_minutes": 360} - {"test": "test_maps", "continue_on_error": false, "timeout_minutes": 360} - - {"test": "sched_ext", "continue_on_error": false, "timeout_minutes": 360} + # Uncomment this to enable sched_ext selftests jobs + # - {"test": "sched_ext", "continue_on_error": false, "timeout_minutes": 360} fail-fast: false # Setting name to arch-compiler here to avoid lengthy autogenerated names due to matrix # e.g build-and-test x86_64-gcc / test (test_progs_parallel, true, 30) / test_progs_parallel on x86_64 with gcc