Skip to content

refactor: use codebase object to manage state #119

refactor: use codebase object to manage state

refactor: use codebase object to manage state #119

Workflow file for this run

name: Test
on:
pull_request:
branches:
- "main"
push:
branches:
- "main"
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Setup Environment
uses: ./.github/actions/setup-environment
- name: Run tests
run: |
~/.cargo/bin/cargo-nextest nextest run --workspace --features stable
env:
CARGO_TERM_COLOR: always