We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a13bdc commit 106949dCopy full SHA for 106949d
1 file changed
.github/workflows/dev.yml
@@ -174,11 +174,11 @@ jobs:
174
175
- name: "build tests"
176
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 \
+ nix build \
+ --file default.nix \
+ --argstr profile "${{matrix.build.profile}}" \
+ --argstr sanitize "${{matrix.build.sanitize}}" \
+ --argstr instrumentation "${{matrix.build.instrument}}" \
182
--out-link tests.all \
183
tests.all
184
0 commit comments