moved to comrak 0.52
All checks were successful
Test / test (push) Successful in 47s

This commit is contained in:
2026-04-14 22:05:31 -04:00
parent 181be6c4e3
commit ce03c9c171
6 changed files with 599 additions and 51 deletions

View File

@@ -4,12 +4,9 @@ on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
BUILD_TARGET: [release] # refers to a cargo profile
steps:
- uses: actions/checkout@v5
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Run tests in "${{ matrix.BUILD_TARGET }}" mode
run: cargo test --profile ${{ matrix.BUILD_TARGET }}
- uses: dtolnay/rust-toolchain@stable
- name: Run tests
run: cargo test