Skip to content

chore: ensure that generic type implements Clone #40

chore: ensure that generic type implements Clone

chore: ensure that generic type implements Clone #40

Workflow file for this run

on: [push]
name: CI
jobs:
build_and_test:
name: Rust project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test
run: |
cargo build
cargo test
cargo clippy -- -Dwarnings
generate_schema:
runs-on: ubuntu-latest
needs: build_and_test
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3
- name: Generate schema
run: |
cargo run