Skip to content

Interactor chain sim GitHub #7

Interactor chain sim GitHub

Interactor chain sim GitHub #7

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
jobs:
test:
name: Slow
runs-on: ubuntu-latest
steps:
- name: Clean workspace
run: cargo clean
- name: Slow tests
run: make slow-tests