Skip to content

Commit c273112

Browse files
committed
Add integration tests to CI pipeline
1 parent 51a3cb7 commit c273112

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
#!/bin/sh -ev
22

3+
# Run Rust unit tests
34
cargo test --workspace
5+
6+
# Run Python integration tests
7+
cd integration-tests
8+
pytest -s --log-cli-level=debug

0 commit comments

Comments
 (0)