Skip to content

Update Rust crate jsonschema to v0.46.7 #413

Update Rust crate jsonschema to v0.46.7

Update Rust crate jsonschema to v0.46.7 #413

Workflow file for this run

name: CI for Rust
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Run Program
run: cargo run --verbose -- demo