diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ca1a8bf..77e689c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -67,6 +67,11 @@ jobs: uses: actions/checkout@v4 with: submodules: true + - name: "Build Rabe" + run: | + export PATH=$PATH:/root/.cargo/env + rustup target add wasm32-wasip1 + ./bin/inv_wrapper.sh rabe - name: "Build FFmpeg" run: ./bin/inv_wrapper.sh ffmpeg - name: "Build ImageMagick" @@ -87,8 +92,6 @@ jobs: run: ./bin/inv_wrapper.sh tensorflow - name: "Build PolyBench/C" run: ./bin/inv_wrapper.sh polybench polybench --native - - name: "Build Rabe" - run: ./bin/inv_wrapper.sh rabe - name: "Build functions used in the tests" run: ./bin/inv_wrapper.sh func.tests - name: "Get CPP/Python commits"