Skip to content

Commit

Permalink
Ekr run main in ci (#12)
Browse files Browse the repository at this point in the history
* Run main example

* Remove inadvertant add

---------

Co-authored-by: EKR <[email protected]>
  • Loading branch information
ekr-cfa and ekr authored Nov 25, 2024
1 parent 6ddc637 commit ff00605
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Run main example
run: cargo run -- --input-file input/input.json --output-directory output

0 comments on commit ff00605

Please sign in to comment.