Skip to content

Make sure that rename_all = "camelCase" works like in serde #220

Make sure that rename_all = "camelCase" works like in serde

Make sure that rename_all = "camelCase" works like in serde #220

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
name: Test ts-rs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: test
args: --no-default-features --manifest-path ts-rs/Cargo.toml
- uses: actions-rs/cargo@v1
with:
command: test
args: --all-features --manifest-path ts-rs/Cargo.toml