From c7176d7eabc7f4954be60dfe0a562703a577955c Mon Sep 17 00:00:00 2001 From: Peter Toth Date: Sat, 13 Jul 2024 22:55:35 +0400 Subject: [PATCH] Test --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a380dff..92bc164 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: run: | zsh --version bash --version - time make test + script time make test test-linux: name: Linux Test @@ -82,4 +82,4 @@ jobs: run: | zsh --version bash --version - time make test + script time make test