Skip to content

Commit

Permalink
Enable stats in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jounathaen committed Nov 21, 2024
1 parent 55cd738 commit d4bc7da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
- name: Run images
timeout-minutes: 1
run: |
cargo run -- data/x86_64/hello_world
cargo run -- data/x86_64/rusty_demo
cargo run -- data/x86_64/hello_c
cargo run data/x86_64/hello_world --stats
cargo run data/x86_64/rusty_demo --stats
cargo run data/x86_64/hello_c --stats
fmt:
name: Format
Expand Down

0 comments on commit d4bc7da

Please sign in to comment.