Skip to content

Commit

Permalink
run just a single test case
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Mar 19, 2024
1 parent bbcd532 commit dc1ddf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/brokentest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow is used to run the unittest of pyiron

name: Unittests
name: Broken Test

on:
push:
Expand Down Expand Up @@ -36,4 +36,4 @@ jobs:
run: |
python .ci_support/pyironconfig.py
bash .ci_support/pip_install.sh
python -m unittest tests/table/test_datamining.py
python tests/table/test_datamining.py TestProjectDataParallel.test_parallel

0 comments on commit dc1ddf8

Please sign in to comment.