Skip to content

Commit 5f09f73

Browse files
committed
fix(CI): no need to add bot name anymore
1 parent 4c8afc7 commit 5f09f73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: pytest -p "no:silverback_test" -m "not fuzzing" -n 0 -s --cov
8383

8484
- name: Run Backtests
85-
run: silverback test example tests/backtest -n 0 -s --cov
85+
run: silverback test tests/backtest -n 0 -s --cov
8686

8787
# NOTE: uncomment this block after you've marked tests with @pytest.mark.fuzzing
8888
# fuzzing:

0 commit comments

Comments
 (0)