Skip to content

Commit 106949d

Browse files
committed
wip
1 parent 2a13bdc commit 106949d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/dev.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,11 @@ jobs:
174174

175175
- name: "build tests"
176176
run: |
177-
nix build -f default.nix \
178-
--argstr profile "${{matrix.profile}}" \
179-
--argstr sanitize "${{matrix.with.sanitize}}" \
180-
--argstr instrumentation "${{matrix.with.instrument}}" \
181-
--max-jobs 4 \
177+
nix build \
178+
--file default.nix \
179+
--argstr profile "${{matrix.build.profile}}" \
180+
--argstr sanitize "${{matrix.build.sanitize}}" \
181+
--argstr instrumentation "${{matrix.build.instrument}}" \
182182
--out-link tests.all \
183183
tests.all
184184

0 commit comments

Comments
 (0)