Skip to content

Add build+test to CI (#4) #5

Add build+test to CI (#4)

Add build+test to CI (#4) #5

Workflow file for this run

name: Test examples
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: |
# Install aztec
NON_INTERACTIVE=1 bash -i <(curl -s https://install.aztec.network)
echo "$HOME/.aztec/bin" >> $GITHUB_PATH
- name: Build+Test Hello
run: |
cd hello
make
aztec test