Skip to content

Commit cc92072

Browse files
authored
Merge branch 'main' into vNext
2 parents 4ed3ce8 + ac1018e commit cc92072

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)