From 0139aa569fa13c6d6229405e2f0536fedcbd5c4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Mon, 8 May 2023 10:24:19 +0200 Subject: [PATCH] Run the test as well --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 279e8db2..c149cb04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,4 +21,6 @@ jobs: run: mysql_config --version - name: Sysbench version run: ./src/sysbench --version + - name: Test + run: make test