Skip to content

BlockRules

BlockRules #512

Workflow file for this run

# runs our functinal tests from tests/
on:
push:
pull_request:
branches: ["master"]
jobs:
functional:
name: Functional
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Prepare environment
run: sudo apt-get install -y python3-pip && pip3 install -r tests/requirements.txt
- name: Cache Rust
uses: Swatinem/rust-cache@v2
- name: Build Floresta
run: cargo build
- name: Run functional tests
run: python tests/run_tests.py