From 240455c787e56067e4bcc261fa1c649d96ed58e0 Mon Sep 17 00:00:00 2001 From: Jamie Smith Date: Sat, 21 Sep 2024 18:26:02 -0700 Subject: [PATCH] Reenable one MCU --- .github/workflows/greentea_cmake.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/greentea_cmake.yml b/.github/workflows/greentea_cmake.yml index dabf2c0096a..33e9b96cd5e 100644 --- a/.github/workflows/greentea_cmake.yml +++ b/.github/workflows/greentea_cmake.yml @@ -1,4 +1,4 @@ -name: test building greentea tests with cmake +name: Test that Mbed and Greentea tests compile for each MCU family. on: [pull_request] jobs: @@ -6,9 +6,9 @@ jobs: runs-on: ubuntu-latest container: ghcr.io/armmbed/mbed-os-env:master-latest - # strategy: - # matrix: - # include: + strategy: + matrix: + include: ## For this matrix, we choose one target from each MCU target family that Mbed supports. ## The target families can be seen here: ## https://mbed-ce.github.io/mbed-ce-test-tools/targets/index.html @@ -17,8 +17,8 @@ jobs: ## can compile the netsocket tests. # NXP MCUs - # - target: LPC1768 - # baremetal: 0 + - target: LPC1768 + baremetal: 0 # - target: LPC546XX # baremetal: 0 # - target: MIMXRT1060_EVK