Skip to content

Commit af1b378

Browse files
committed
Add to ci
1 parent e1127a3 commit af1b378

File tree

1 file changed

+3
-10
lines changed

1 file changed

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

33
on:
4-
merge_group:
5-
branches: [ jz/add-ci-test ]
64
push:
75
branches: [ main ]
86
pull_request:
@@ -17,18 +15,13 @@ jobs:
1715

1816
- name: Install dependencies
1917
run: |
20-
sudo apt-get update
21-
sudo apt-get install -y build-essential
2218
# Install aztec
2319
NON_INTERACTIVE=1 bash -i <(curl -s https://install.aztec.network)
2420
echo "$HOME/.aztec/bin" >> $GITHUB_PATH
2521
26-
- name: Build contract
22+
- name: Build+Test Hello
2723
run: |
2824
cd hello
2925
make
30-
31-
- name: Run tests
32-
run: |
33-
cd hello
26+
aztec flamegraph target/hello-Hello.json div_prv
3427
aztec test

0 commit comments

Comments
 (0)