Skip to content

Commit 137dcb9

Browse files
committed
add to ci
1 parent 0831877 commit 137dcb9

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yml renamed to .github/workflows/test-examples.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Test examples
22

33
on:
44
push:
@@ -21,12 +21,9 @@ jobs:
2121
NON_INTERACTIVE=1 bash -i <(curl -s https://install.aztec.network)
2222
echo "$HOME/.aztec/bin" >> $GITHUB_PATH
2323
24-
- name: Build contract
24+
- name: Build+Test Hello
2525
run: |
2626
cd hello
2727
make
28-
29-
- name: Run tests
30-
run: |
31-
cd hello
28+
make gate-flamegraph div_prv
3229
aztec test

0 commit comments

Comments
 (0)