CI: run tests with libgcrypt.
[tinc] / .ci / test / run.sh
index a6a38b7..3e17788 100644 (file)
@@ -75,6 +75,9 @@ default)
 nolegacy)
   run_tests nolegacy --disable-legacy-protocol
   ;;
+gcrypt)
+  run_tests gcrypt --with-libgcrypt
+  ;;
 *)
   bail "unknown test flavor $1"
   ;;