Skip to content

feat: Introduce to_string and other top-level functions for serde_json drop-in replacement #30

feat: Introduce to_string and other top-level functions for serde_json drop-in replacement

feat: Introduce to_string and other top-level functions for serde_json drop-in replacement #30

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
merge_group:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests (including doctests)
run: cargo test -F full