Skip to content

Test for LeafKey gadget #21

Test for LeafKey gadget

Test for LeafKey gadget #21

Workflow file for this run

name: Test circuits
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Build Docker image
run: |
docker build -t my-app .
- name: Run test script in Docker container
run: |
docker run --rm my-app python3 test.py