Skip to content

Commit

Permalink
More CI fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Sep 11, 2024
1 parent 3009b73 commit a9106d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
cargo hack --feature-powerset check
- name: Run examples
run: |
pushd merde_json
cargo run --example simple
cargo run --example mixed
cargo run --example into_static
pushd merde
cargo run --features full --example simple
cargo run --features full --example mixed
cargo run --features full --example into_static
popd

0 comments on commit a9106d8

Please sign in to comment.