Skip to content

Commit 207603f

Browse files
committed
Run integration tests when running unit tests
1 parent 0274f3a commit 207603f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

python/test/run_tests

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ set -ex
44
for i in `ls *.py` ; do
55
python3 $i
66
done
7+
8+
cd integration
9+
./run_tests
10+
cd ..

0 commit comments

Comments
 (0)