summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2019-12-27 21:03:40 +0700
committerGitHub <[email protected]>2019-12-27 21:03:40 +0700
commite14698028c86226e03e024a7d998e0a63e43516d (patch)
tree58864c8538b636445b7b5072320aea7891788225 /.github/workflows
parent72af007a1927d91a95b41aa86e28838ef9b57c21 (diff)
Update build.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2d4fdec38..9dc8d999d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -21,7 +21,11 @@ jobs:
cd ..
build:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest
+ 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']
steps:
- name: Setup Python
uses: actions/setup-python@v1