Skip to content

Changed examples to not include all (e.g. not NativeMode) #52

Changed examples to not include all (e.g. not NativeMode)

Changed examples to not include all (e.g. not NativeMode) #52

Workflow file for this run

name: Slow tests
on: push
jobs:
slow-tests:
name: Run slow tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@master
with:
python-version: "3.12"
- name: Install simulaqron
run: make install
- name: Run slow tests
run: make tests_slow