From 44be1f976e9d37ef18a5c776b5abc23f8bd773b7 Mon Sep 17 00:00:00 2001 From: Hamza Remmal Date: Tue, 3 Dec 2024 14:45:00 +0100 Subject: [PATCH] chore: trigger cc tests when changing one of the cc tests --- .github/workflows/test-cc.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test-cc.yml b/.github/workflows/test-cc.yml index 39d21b5b952f..68113163ff93 100644 --- a/.github/workflows/test-cc.yml +++ b/.github/workflows/test-cc.yml @@ -10,6 +10,10 @@ on: - scala2-library-cc/** - scala2-library-cc-tasty/** - compiler/src/dotty/tools/dotc/cc/** + ## Capture Checking Tests + - tests/pos-custom-args/captures/** + - tests/run-custom-args/captures/** + - tests/neg-custom-args/captures/** env: DOTTY_CI_RUN: true