Changed examples to not include all (e.g. not NativeMode) #52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |