summaryrefslogtreecommitdiff
path: root/.github/workflows/build_arm.yml
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-12-04 21:08:47 +0700
committerhathach <[email protected]>2022-12-04 21:08:47 +0700
commitb37870c964e9fafe8cdd4ff6e48fa072ca59858b (patch)
tree8012783dae62eac0726790798098c84216501c8b /.github/workflows/build_arm.yml
parentb9314bddc5ca53c277a4472d7d162067c5e28604 (diff)
test exclude-file.txt, add action concurrency
Diffstat (limited to '.github/workflows/build_arm.yml')
-rw-r--r--.github/workflows/build_arm.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml
index 0dab46d0f..56200465b 100644
--- a/.github/workflows/build_arm.yml
+++ b/.github/workflows/build_arm.yml
@@ -13,27 +13,6 @@ concurrency:
jobs:
# ---------------------------------------
- # Unit testing with Ceedling
- # ---------------------------------------
- unit-test:
- runs-on: ubuntu-latest
- steps:
- - name: Setup Ruby
- uses: ruby/setup-ruby@v1
- with:
- ruby-version: '2.7'
-
- - name: Checkout TinyUSB
- uses: actions/checkout@v3
-
- - name: Unit Tests
- run: |
- # Install Ceedling
- gem install ceedling
- cd test
- ceedling test:all
-
- # ---------------------------------------
# Build ARM family
# ---------------------------------------
build-arm: