Skip to content

Commit

Permalink
feat: added test example on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sifnoc committed Sep 25, 2023
1 parent 5c9bf49 commit 1971fbf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@ jobs:
run: |
cd backend
cargo test --release -- --nocapture
cargo run --release --example summa_solvency_flow
- name: Test example
run: |
cd backend
cargo run --release --example summa_solvency_flow

0 comments on commit 1971fbf

Please sign in to comment.