Skip to content

Commit f7871fc

Browse files
committed
invoke unit test for python
1 parent d2474f5 commit f7871fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
cache: pip
129129
cache-dependency-path: '**/requirements.dev.txt'
130130
- run: pip install -r python/requirements.dev.txt
131+
- run: cd python && python -m unittest test.py
131132
- run: maturin build -m python/Cargo.toml
132133
- run: pip install --no-index --find-links=target/wheels/ pyontoenv
133134
- run: rm -r target/wheels

0 commit comments

Comments
 (0)