Skip to content

Commit

Permalink
Make clean (#27)
Browse files Browse the repository at this point in the history
* make clean is a new target

* fail-fast:false; max-parallel:3

* better tree.dnd target

* debugging hashsums again

* DELETE_ON_ERROR fixes

* fix hashsums
  • Loading branch information
lskatz authored Jun 8, 2022
1 parent ef0ca92 commit 14869ae
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 79 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-18.04
name: ${{ matrix.DATASET }}
strategy:
fail-fast: false
max-parallel: 3
matrix:
DATASET:
- datasets/sars-cov-2-voivoc.tsv
Expand Down
Loading

0 comments on commit 14869ae

Please sign in to comment.