Run Vampire w/ z3 libs that were inadvertently excluded from previous CI workflow images #347
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: SUMO DEV CI | |
on: | |
push: | |
branches: [ "master", "main" ] | |
pull_request: | |
branches: [ "master", "main" ] | |
jobs: | |
call-sumo-check-workflow: | |
uses: ./.github/workflows/sumo-ci.yml | |
with: | |
vampire_timeout: '900' |