Skip to content

Commit efd2d05

Browse files
authored
Update Integration tests.yml
1 parent 5ff13da commit efd2d05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Integration tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
uses: actions/checkout@v4
2020
- name: Compile Rust project
2121
run: cargo build --verbose
22+
23+
- name: Run the app
24+
run: cargo run &
2225
- name: Run tests
2326
run: cargo test --verbose
2427

0 commit comments

Comments
 (0)