Skip to content

Goals are now handled separately from the core truss functionality an… #55

Goals are now handled separately from the core truss functionality an…

Goals are now handled separately from the core truss functionality an… #55

Workflow file for this run

name: tests
permissions:
contents: write
on:
push:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install dependencies
run: pip install -r requirements.txt
- name: run tests
run: python -m unittest