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