There was an error while loading. Please reload this page.
1 parent 4c8afc7 commit 5f09f73Copy full SHA for 5f09f73
1 file changed
.github/workflows/test.yaml
@@ -82,7 +82,7 @@ jobs:
82
run: pytest -p "no:silverback_test" -m "not fuzzing" -n 0 -s --cov
83
84
- name: Run Backtests
85
- run: silverback test example tests/backtest -n 0 -s --cov
+ run: silverback test tests/backtest -n 0 -s --cov
86
87
# NOTE: uncomment this block after you've marked tests with @pytest.mark.fuzzing
88
# fuzzing:
0 commit comments