Skip to content

Commit 35f0ebc

Browse files
committed
ts tests
1 parent 96d2057 commit 35f0ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: yarn
4444

4545
- name: Compile, generate code, and run tests
46-
run: script -e -c "${AZTEC_NARGO:-aztec-nargo} compile &&"
46+
run: script -e -c "${AZTEC_NARGO:-aztec-nargo} compile"
4747

4848
- name: Codegen
4949
run: script -e -c "aztec codegen target --outdir src/artifacts && aztec-postprocess-contract"

0 commit comments

Comments
 (0)