diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index adc66a25..93fa9c8d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -140,7 +140,7 @@ jobs: runs-on: ubuntu-20.04 env: GITHUB_ACTIONS_PYTHON_VERSION: 3.8 - PYTEST_ADDOPTS: "-rsxX -n 2 --durations=25 --fixture-durations=10 --junit-xml=pytest.xml --cov-report= --cov broad_utils --cov illumina --cov read_utils --cov reports --cov tools --cov util --cov file_utils" + PYTEST_ADDOPTS: "-rsxX -n 2 --durations=25 --fixture-durations=10 --junit-xml=pytest.xml --cov-report= --cov kmer_utils --cov metagenomics --cov taxon_filter --cov classify" steps: - name: checkout repository uses: actions/checkout@v3