From 72be4eb222bdf30f73f56b2ad3691ca8f9037c54 Mon Sep 17 00:00:00 2001 From: Lee Katz - Aspen Date: Mon, 5 Feb 2024 11:39:05 -0500 Subject: [PATCH] compile the code --- .github/workflows/basic.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index 17e5f182..2d47d866 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -16,6 +16,10 @@ jobs: with: command: build #args: --release --all-features + - build + run: | + make releasae + make debug - name: tests run: | for i in tests/fasten_*.sh; do echo $i; echo ===; bash $i; echo; done;