Skip to content

Commit

Permalink
chore: trigger cc tests when changing one of the cc tests (#22098)
Browse files Browse the repository at this point in the history
We will now trigger the cc tests if one of the `captures` test is
changed
  • Loading branch information
hamzaremmal authored Dec 5, 2024
2 parents a67dbb0 + 44be1f9 commit eb575a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-cc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb575a8

Please sign in to comment.