Skip to content

Commit

Permalink
Run examples in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Jul 31, 2024
1 parent 5e4c6f7 commit eab8313
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ jobs:
cargo check -F merde_json,time-serialize
cargo check -F merde_json,time-deserialize
popd
- name: Run examples
run: |
pushd merde_json
cargo run --example simple
cargo run --example mixed
cargo run --example to_static
popd
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit eab8313

Please sign in to comment.