mirror of
https://github.com/mandiant/capa.git
synced 2025-12-31 23:16:10 -08:00
ci: run fast tests before the full suite
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -95,6 +95,10 @@ jobs:
|
||||
run: sudo apt-get install -y libyaml-dev
|
||||
- name: Install capa
|
||||
run: pip install -e .[dev]
|
||||
- name: Run tests (fast)
|
||||
# this set of tests runs about 80% of the cases in 20% of the time,
|
||||
# and should catch most errors quickly.
|
||||
run: pre-commit run pytest-fast --all-files
|
||||
- name: Run tests
|
||||
run: pytest -v tests/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user