Skip to content

Commit

Permalink
Add all submodules to test run filters
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-xmos committed Oct 5, 2023
1 parent 4da192a commit ff7f91d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,31 @@ jobs:
i2c:
- 'modules/i2c/**'
- 'test/lib_i2c/**'
- 'modules/xud/lib_xud/**'
- 'test/modules/test_support/**'
- 'xmos_cmake_toolchain/**'
- 'modules/mic_array/**'
i2s:
- 'modules/i2s/**'
- 'test/lib_i2s/**'
- 'modules/xud/lib_xud/**'
- 'test/modules/test_support/**'
- 'xmos_cmake_toolchain/**'
- 'modules/mic_array/**'
spi:
- 'modules/spi/**'
- 'test/lib_spi/**'
- 'modules/xud/lib_xud/**'
- 'test/modules/test_support/**'
- 'xmos_cmake_toolchain/**'
- 'modules/mic_array/**'
uart:
- 'modules/uart/**'
- 'test/lib_uart/**'
- 'modules/xud/lib_xud/**'
- 'test/modules/test_support/**'
- 'xmos_cmake_toolchain/**'
- 'modules/mic_array/**'
i2ctests:
needs: changes
name: I2C tests
Expand Down

0 comments on commit ff7f91d

Please sign in to comment.