We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d2057 commit 35f0ebcCopy full SHA for 35f0ebc
.github/workflows/tests.yaml
@@ -43,7 +43,7 @@ jobs:
43
run: yarn
44
45
- name: Compile, generate code, and run tests
46
- run: script -e -c "${AZTEC_NARGO:-aztec-nargo} compile &&"
+ run: script -e -c "${AZTEC_NARGO:-aztec-nargo} compile"
47
48
- name: Codegen
49
run: script -e -c "aztec codegen target --outdir src/artifacts && aztec-postprocess-contract"
0 commit comments