Skip to content

Commit ac1018e

Browse files
authored
chore: Add example run before unit tests in Makefile too (#195)
1 parent d211c0f commit ac1018e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ run-examples:
3737

3838
# Runs the examples, then the unit tests
3939
test:
40+
make run-examples
4041
python3 ./tests/test_unit_tests.py
4142
python3 ./tests/test_unit_tests_threaded.py
4243

@@ -107,4 +108,4 @@ download-native-artifacts:
107108

108109
# Build API documentation with Sphinx
109110
docs:
110-
python3 scripts/generate_api_docs.py
111+
python3 scripts/generate_api_docs.py

0 commit comments

Comments
 (0)