diff --git a/appveyor.yml b/appveyor.yml
index 73f093eef59b9ec6870897c05a0a05619d9fd00f..395c8e695b0edea97cff2d66ded1bb261d437d79 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -40,6 +40,8 @@ build_script:
 - call bash --login -c "cd $repopath && make posix"
 # make pixracer to check NuttX build
 - call bash --login -c "cd $repopath && make px4fmu-v4_default"
+# run tests
+- call bash --login -c "cd $repopath && make tests"
 
 # Note: using bash --login is important
 # because otherwise certain things (like python; import numpy) do not work