Skip to content

Commit

Permalink
[ci] build testcases with different vlen configure
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin authored and qinjun-li committed Feb 2, 2024
1 parent 03fce3b commit 804d1d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 804d1d3

Please sign in to comment.