From 804d1d3b63e7b57efc2109fe9643f6fa38d0fa26 Mon Sep 17 00:00:00 2001 From: Avimitin Date: Sat, 27 Jan 2024 14:48:07 +0800 Subject: [PATCH] [ci] build testcases with different vlen configure Signed-off-by: Avimitin --- .github/workflows/pr.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8829142d3..533676ee0 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -44,7 +44,10 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: "Build all testcases" - run: nix build ".#t1.cases.all" --max-jobs auto -L --no-link --cores 64 + run: | + # Build testcases with vlen 1024 and vlen 4096 + nix build ".#t1.v1024-l8-b2.cases.all" --max-jobs auto -L --no-link --cores 64 + nix build ".#t1.v4096-l8-b4.cases.all" --max-jobs auto -L --no-link --cores 64 - id: gen-matrix name: "Generate test matrix" run: |