3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-03 18:00:24 +00:00

tests/functional: Reduce CI to 100 steps

Takes approx half the time, at least when testing locally.
This commit is contained in:
Krystine Sherwin 2025-07-07 10:45:51 +12:00
parent 3c54d8aef7
commit 108a4ed496
No known key found for this signature in database

View file

@ -1,2 +1,2 @@
#!/usr/bin/env bash
pytest -v -n auto "$@"
pytest -v -n auto "$@" --steps 100