Skip to content

docs: Fix maxRlpEmptyAccountLen min length, fix ElectiSec issue #9 #223

docs: Fix maxRlpEmptyAccountLen min length, fix ElectiSec issue #9

docs: Fix maxRlpEmptyAccountLen min length, fix ElectiSec issue #9 #223

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 -m tests.test