Skip to content

Commit

Permalink
CI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jan 9, 2025
1 parent d1af55f commit de9cc8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
workflow_dispatch:

env:
EXAMPLE_TARGETS: "ForwardingTestPlugin_CLAP ModalSpringReverb_CLAP SimpleEQ_CLAP StatefulPlugin_CLAP ExampleCompressor_CLAP"
EXAMPLE_TARGETS: "ForwardingTestPlugin_CLAP SimpleEQ_CLAP StatefulPlugin_CLAP ExampleCompressor_CLAP"

jobs:
build_examples:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
fail-fast: false # show all errors for each platform (vs. cancel jobs on error)
matrix:
tests: [
"chowdsp_core_test chowdsp_data_structures_test chowdsp_json_test chowdsp_serialization_test chowdsp_logging_test chowdsp_units_test chowdsp_buffers_test chowdsp_dsp_juce_test", # common_tests_lib + dsp_juce_tests_lib
"chowdsp_core_test chowdsp_data_structures_test chowdsp_json_test chowdsp_serialization_test", # common_tests_lib
"chowdsp_logging_test chowdsp_units_test chowdsp_buffers_test chowdsp_dsp_juce_test", # common_tests_lib + dsp_juce_tests_lib
"chowdsp_dsp_data_structures_test chowdsp_dsp_utils_test chowdsp_filters_test chowdsp_math_test chowdsp_modal_dsp_test chowdsp_simd_test chowdsp_sources_test chowdsp_waveshapers_test chowdsp_compressor_test", # dsp_tests_lib
"chowdsp_parameters_test chowdsp_plugin_state_test chowdsp_plugin_base_test chowdsp_plugin_utils_test chowdsp_presets_v2_test chowdsp_version_test chowdsp_fuzzy_search_test", # plugin_tests_lib
"chowdsp_parameters_test chowdsp_plugin_state_test chowdsp_plugin_base_test chowdsp_version_test", # plugin_tests_lib
"chowdsp_plugin_utils_test chowdsp_presets_v2_test chowdsp_fuzzy_search_test", # plugin_tests_lib
"chowdsp_gui_test chowdsp_visualizers_test", # gui_tests_lib
]
name: [
Expand Down

0 comments on commit de9cc8f

Please sign in to comment.