Commit Diff


commit - 835caeb047444efa37db22ed370f88a7ea2e549f
commit + 0435884036536a032d2bbe734abf32642de7988d
blob - d536d642405e2d86c71acddefbcaadda429739ad
blob + 88013ee8dd74b6d4080b30d804dcb3559c506cbc
--- .cirrus.yml
+++ .cirrus.yml
@@ -3,7 +3,7 @@ telescope_ubuntu_task:
     image: ubuntu:latest
   before_build_script: .github/ci/before-install.sh
   build:script: .github/ci/build.sh
-  test_script: make install
+  test_script: make check
 
 telescope_alpine_linux_task:
   container:
@@ -11,16 +11,18 @@ telescope_alpine_linux_task:
   script:
     - apk add git build-base bsd-compat-headers bison automake make autoconf libbsd-dev libressl-dev ncurses-dev
     - .github/ci/build.sh
+    - make check
 
 telescope_freebsd_task:
   freebsd_instance:
     image_family: freebsd-14-0
   before_build_script: .github/ci/before-install.sh
   build:script: .github/ci/build.sh
-  test_script: make install
+  test_script: make check
 
 telescope_macos_task:
   macos_instance:
     image: ghcr.io/cirruslabs/macos-ventura-base:latest
   before_build_script: .github/ci/before-install.sh
   build:script: .github/ci/build.sh
+  test_script: make check