Skip to content

Commit

Permalink
cicd tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterXY89 committed Dec 10, 2023
1 parent a66faca commit 4f69aed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test_data_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ def test_pmc_build():
_test_build("pmc")


def test_diagnose_me_build():
_test_build("diagnose")
# def test_diagnose_me_build():
# _test_build("diagnose")


# def test_med_dialogue_build():
# _test_build("med-dialogue")
def test_med_dialogue_build():
_test_build("med-dialogue")


if __name__ == "__main__":
Expand Down

0 comments on commit 4f69aed

Please sign in to comment.