Skip to content

Merge pull request #198 from escritorio-gustavo/fix_pascal_case #247

Merge pull request #198 from escritorio-gustavo/fix_pascal_case

Merge pull request #198 from escritorio-gustavo/fix_pascal_case #247

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