aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ports_qemu-arm.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ports_qemu-arm.yml')
-rw-r--r--.github/workflows/ports_qemu-arm.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ports_qemu-arm.yml b/.github/workflows/ports_qemu-arm.yml
index f456dfd74..8d144ca3c 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()