summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2020-01-11 13:14:30 +0700
committerGitHub <[email protected]>2020-01-11 13:14:30 +0700
commit13016c5cbbf2ee058371670e4f7cc33703c36f75 (patch)
treec6178e13588d9b9101e4ec5ced5f5523eb0b8922 /.github
parent744674bb2803285703449f0dc3c9b9ac42c4b8e4 (diff)
parent516e6e6bea047d28e6a286aa0285b238859ecd61 (diff)
Merge pull request #266 from hathach/develop
follow up to PR #240
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4fc11f3dd..729222512 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -24,7 +24,8 @@ jobs:
strategy:
fail-fast: false
matrix:
- example: ['board_test', 'cdc_msc', 'dfu_rt', 'hid_composite', 'hid_generic_inout', 'midi_test', 'msc_dual_lun', 'usbtmc', 'webusb_serial']
+ example: ['board_test', 'cdc_dual_ports', 'cdc_msc', 'dfu_rt', 'hid_composite',
+ 'hid_generic_inout', 'midi_test', 'msc_dual_lun', 'usbtmc', 'webusb_serial']
steps:
- name: Setup Python
uses: actions/setup-python@v1