We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed1910 commit 27e8461Copy full SHA for 27e8461
.github/workflows/testing.yml
@@ -72,3 +72,6 @@ jobs:
72
73
- name: Run DLC Live Tests
74
run: poetry run dlc-live-test --nodisplay
75
+
76
+ - name: Run Functional Benchmark Test
77
+ run: poetry run pytest tests/test_benchmark_script.py
0 commit comments