From 9b2aa1ae5f9f35bb94eeb4619d6f32059b28b653 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Sat, 20 Jul 2024 11:52:37 -0700 Subject: [PATCH] Only build riscof tests in installation ci --- .github/workflows/install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 2543d86f9..f5854ed72 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -26,7 +26,7 @@ jobs: - name: make tests run: | source setup.sh - make + make riscof - name: regresssion run: | source setup.sh @@ -62,7 +62,7 @@ jobs: - name: make tests run: | source setup.sh - make + make riscof - name: regresssion run: | source setup.sh