Skip to content

Commit c14237d

Browse files
committed
chore: persist target
1 parent 8d106eb commit c14237d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ jobs:
8282
name: Integration tests
8383
command: |
8484
npm test circuits.test.ts
85+
- persist_to_workspace:
86+
root: ~/repo
87+
paths:
88+
- target
8589

8690
info_circuits:
8791
<<: *defaults
@@ -101,7 +105,7 @@ jobs:
101105
- save_cache:
102106
paths:
103107
- ~/repo/nargo-info/main_opcodes.json
104-
key: nargo-cache-<< pipeline.parameters.noir_version >>-main-opcodes
108+
key: nargo-cache-<< pipeline.parametersnoir_version >>-main-opcodes
105109

106110
compare_circuit_opcodes:
107111
<<: *defaults

0 commit comments

Comments
 (0)