Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
philiprbrenan committed Dec 7, 2024
1 parent 857de29 commit 2807405
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Test 2024-12-06 at 20:51:32
# Test 2024-12-07 at 22:57:16

name: Test
run-name: btreeBlock
Expand All @@ -20,7 +20,7 @@ jobs:

strategy:
matrix:
task: [Btree, BtreeSML, BtreeStuck, BtreeStuckStatic, If, Layout, Memory, MemoryLayout, Program, Stuck, StuckPA, StuckSA, StuckSML, StuckSP, StuckStatic, Test]
task: [Btree, BtreeSML, BtreeSP, BtreeStuck, BtreeStuckStatic, If, Layout, Memory, MemoryLayout, Program, Stuck, StuckPA, StuckSA, StuckSML, StuckSP, StuckStatic, Test]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -59,6 +59,11 @@ jobs:
run: |
java -cp Classes com/AppaApps/Silicon/BtreeSML
- name: Test BtreeSP
if: matrix.task == 'BtreeSP'
run: |
java -cp Classes com/AppaApps/Silicon/BtreeSP
- name: Test BtreeStuck
if: matrix.task == 'BtreeStuck'
run: |
Expand Down

0 comments on commit 2807405

Please sign in to comment.