diff --git a/.github/workflows/ports_qemu-arm.yml b/.github/workflows/ports_qemu-arm.yml index f456dfd74a..8d144ca3cb 100644 --- a/.github/workflows/ports_qemu-arm.yml +++ b/.github/workflows/ports_qemu-arm.yml @@ -11,6 +11,7 @@ on: - 'lib/**' - 'drivers/**' - 'ports/qemu-arm/**' + - 'tests/**' jobs: build_and_test: @@ -19,7 +20,7 @@ jobs: - uses: actions/checkout@v2 - name: Install packages run: source tools/ci.sh && ci_qemu_arm_setup - - name: Build + - name: Build and run test suite run: source tools/ci.sh && ci_qemu_arm_build - name: Print failures if: failure() diff --git a/.github/workflows/ports_unix.yml b/.github/workflows/ports_unix.yml index 385b2c008a..552fd72d84 100644 --- a/.github/workflows/ports_unix.yml +++ b/.github/workflows/ports_unix.yml @@ -11,6 +11,7 @@ on: - 'lib/**' - 'examples/**' - 'ports/unix/**' + - 'tests/**' jobs: minimal: