Skip to content

Commit eb575a8

Browse files
authored
chore: trigger cc tests when changing one of the cc tests (#22098)
We will now trigger the cc tests if one of the `captures` test is changed
2 parents a67dbb0 + 44be1f9 commit eb575a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-cc.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
- scala2-library-cc/**
1111
- scala2-library-cc-tasty/**
1212
- compiler/src/dotty/tools/dotc/cc/**
13+
## Capture Checking Tests
14+
- tests/pos-custom-args/captures/**
15+
- tests/run-custom-args/captures/**
16+
- tests/neg-custom-args/captures/**
1317

1418
env:
1519
DOTTY_CI_RUN: true

0 commit comments

Comments
 (0)