Skip to content

added tes-autogenerated code for all the models #1

added tes-autogenerated code for all the models

added tes-autogenerated code for all the models #1

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Rust
run: rustup update stable
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Lint
run: cargo clippy -- -D warnings
- name: Format
run: cargo fmt -- --check