Skip to content

Wire: handle block filters out-of-order (#226) #31

Wire: handle block filters out-of-order (#226)

Wire: handle block filters out-of-order (#226) #31

Workflow file for this run

# runs our functinal tests from tests/
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
functional:
name: functional
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: prepare environment
run: sudo apt-get install -y python3-pip && pip3 install -r tests/requirements.txt
- name: build
run: cargo build
- name: run functional tests
run: python tests/run_tests.py