Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ jobs:
image: gitlab.lrz.de:5005/i7/owl:9e31fba0
strategy:
matrix:
suite: ['ltl-to-delta2', 'ltl2aut-all-flags', 'ltl2nba', 'ltl2ldba', 'ltl2dpa', 'ltl2dpa-symbolic', 'ltl2dra', 'ltl2dela', 'aut2parity', 'ngba2ldba', 'nba2dpa-default', 'aut-utilities' ]
suite: [ 'ltl-to-delta2', 'ltl2aut-all-flags', 'ltl2nba', 'ltl2ldba', 'ltl2dpa', 'ltl2dpa-symbolic', 'ltl2dra', 'ltl2dela', 'aut2parity', 'ngba2ldba', 'nba2dpa-default', 'aut-utilities' ]
# Expensive Suite: nba2dpa-complete
needs: [build]
fail-fast: false
needs: [ build ]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -62,5 +63,6 @@ jobs:
run: |
unzip -d unzipped ./*.zip
mv unzipped/owl-*/bin/owl .
mv unzipped/owl-*/bin/kissat .
- name: Run Suite
run: python3 scripts/util.py test ${{ matrix.suite }}
6 changes: 4 additions & 2 deletions data/formulas/features/BASE.json
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,8 @@
},
{
"temporalOperatorsProfile": [
0
0,
1
]
}
],
Expand Down Expand Up @@ -1140,7 +1141,8 @@
},
{
"temporalOperatorsProfile": [
0
0,
1
]
}
],
Expand Down
Loading