Skip to content

Added serde(skip) functionality inside Enum Variants #207

Added serde(skip) functionality inside Enum Variants

Added serde(skip) functionality inside Enum Variants #207

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