Skip to content

Commit c09edac

Browse files
added third test for full stack
1 parent 325632d commit c09edac

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/joss_tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,8 @@ jobs:
4343
echo "RUNNING TEST 2: Deep Simulation (Behavior Test)"
4444
echo "--------------------------------------"
4545
python -m unittest tests/test_deep_simulation.py
46+
echo ""
47+
echo "--------------------------------------"
48+
echo "RUNNING TEST 3: Full Stack Simulation"
49+
echo "--------------------------------------"
50+
python -m unittest tests/test_full_stack_simulation.py

0 commit comments

Comments
 (0)