Skip to content

Feat: refactor nix files. #510

Feat: refactor nix files.

Feat: refactor nix files. #510

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