diff options
| author | hathach <[email protected]> | 2022-12-04 21:08:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-12-04 21:08:47 +0700 |
| commit | b37870c964e9fafe8cdd4ff6e48fa072ca59858b (patch) | |
| tree | 8012783dae62eac0726790798098c84216501c8b /.github/workflows/build_arm.yml | |
| parent | b9314bddc5ca53c277a4472d7d162067c5e28604 (diff) | |
test exclude-file.txt, add action concurrency
Diffstat (limited to '.github/workflows/build_arm.yml')
| -rw-r--r-- | .github/workflows/build_arm.yml | 21 |
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: |
