From 1fd1efc59f303b95f60a5e2e513e7fca90815446 Mon Sep 17 00:00:00 2001 From: Koen <98043234+koen1711@users.noreply.github.com> Date: Sun, 16 Feb 2025 19:40:59 +0100 Subject: [PATCH] chore: maybe also check if another arch actually compiles? --- .github/workflows/pull-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f8bd697..82dc199 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -37,3 +37,4 @@ jobs: | # Perform test compile arduino-cli compile tests --fqbn arduino:avr:uno --log --library . --clean + arduino-cli compile tests --fqbn arduino:esp32:nano_nora --log --library . --clean