From 353cdb324d9cec14981facd28952525391222a63 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 25 Oct 2025 09:52:44 +0200 Subject: [PATCH] run unit test on PR --- .github/workflows/pr_check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_check.yml b/.github/workflows/pr_check.yml index f7892bb1d..c88ed1e7b 100644 --- a/.github/workflows/pr_check.yml +++ b/.github/workflows/pr_check.yml @@ -32,6 +32,6 @@ jobs: pip install wheel pip install -U platformio - - name: Build standalone + - name: Run unit tests run: | - platformio run -e standalone + platformio run -e native-test -t exec