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 e1127a3 commit af1b378Copy full SHA for af1b378
.github/workflows/ci.yml renamed to .github/workflows/test-examples.yml
@@ -1,8 +1,6 @@
1
-name: CI
+name: Test examples
2
3
on:
4
- merge_group:
5
- branches: [ jz/add-ci-test ]
6
push:
7
branches: [ main ]
8
pull_request:
@@ -17,18 +15,13 @@ jobs:
17
15
18
16
- name: Install dependencies
19
run: |
20
- sudo apt-get update
21
- sudo apt-get install -y build-essential
22
# Install aztec
23
NON_INTERACTIVE=1 bash -i <(curl -s https://install.aztec.network)
24
echo "$HOME/.aztec/bin" >> $GITHUB_PATH
25
26
- - name: Build contract
+ - name: Build+Test Hello
27
28
cd hello
29
make
30
-
31
- - name: Run tests
32
- run: |
33
- cd hello
+ aztec flamegraph target/hello-Hello.json div_prv
34
aztec test
0 commit comments