Skip to content

Commit

Permalink
fast test
Browse files Browse the repository at this point in the history
  • Loading branch information
rtobar committed Jun 16, 2022
1 parent 482c78b commit 84eea01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
COVFILES="$COVFILES daliuge-engine/.coverage"
echo "COVFILES=$COVFILES" >> $GITHUB_ENV
cd daliuge-engine
py.test --cov test/test_utils.py
py.test test/test_utils.py --cov
- name: Combine coverage
run: coverage combine $COVFILES
Expand Down

0 comments on commit 84eea01

Please sign in to comment.