Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8be451f

Browse files
authored
Merge pull request eth-cscs#120 from eth-cscs/unittest-v2
Improve unit tests
2 parents c92292c + 7e120d2 commit 8be451f

10 files changed

Lines changed: 629 additions & 630 deletions

File tree

.github/workflows/unittests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ jobs:
3131
pip install -r requirements-tests.txt
3232
3333
- name: Run Unit Tests
34-
run: pytest . -vvv
34+
run: |
35+
cd tests
36+
pytest . -vvv -x

0 commit comments

Comments
 (0)