Skip to content

add compiled method to comparison #24

add compiled method to comparison

add compiled method to comparison #24

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y python3-invoke
inv install
- name: Build project
run: |
inv build --backtrace --debug --tests --examples
- name: Run tests
run: |
inv test