From 66e40b34e9ef1d467aae018fb1482b3d9f28e9e1 Mon Sep 17 00:00:00 2001 From: Antony Chan Date: Thu, 11 Jul 2024 20:01:49 -0700 Subject: [PATCH] swap build order --- .github/workflows/compile-halide-cpp.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compile-halide-cpp.yml b/.github/workflows/compile-halide-cpp.yml index 2089e2c..4d05049 100644 --- a/.github/workflows/compile-halide-cpp.yml +++ b/.github/workflows/compile-halide-cpp.yml @@ -53,11 +53,11 @@ jobs: run: meson setup --vsenv proximal/halide proximal/halide/build if: startsWith(matrix.os, 'window') == true - - name: Build ProxImaL-codegen - run: meson compile -C proximal/halide/build ladmm-runtime:alias - - name: Build Python interfaces run: meson compile -C proximal/halide/build python_interface + - name: Build ProxImaL-codegen + run: meson compile -C proximal/halide/build ladmm-runtime:alias + - name: Run test suite run: meson test -C proximal/halide/build --suite codegen