Skip to content

Phase 4.1: Add back docstyle test (non-failing) + slow test step #8

Phase 4.1: Add back docstyle test (non-failing) + slow test step

Phase 4.1: Add back docstyle test (non-failing) + slow test step #8

Workflow file for this run

name: Rust CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Run tests
run: cargo test --verbose