Skip to content

Merge branch 'main' of github.com:iamgroot42/mimir #8

Merge branch 'main' of github.com:iamgroot42/mimir

Merge branch 'main' of github.com:iamgroot42/mimir #8

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
setup-environment:
uses: ./.github/workflows/setup_env.yml
test:
runs-on: ubuntu-latest
needs: setup-environment
steps:
- name: Run tests
run: pytest