Skip to content

Commit

Permalink
Ignore princess solver for LeanMergeSort (#1613)
Browse files Browse the repository at this point in the history
* Ignore princess solver for LeanMergeSort

* do not run stainless-explicit-fastmachines on PR
  • Loading branch information
vkuncak authored Dec 6, 2024
1 parent da9e77d commit 74679f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/stainless-explicit-fastmachines.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Stainless Explicit fast-machines
on:
workflow_dispatch:
pull_request:
jobs:
tests:
runs-on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ class VerificationSuite extends VerificationComponentTestSuite {
"verification/valid/IntSetInv",
"verification/valid/Iterables",
"verification/valid/LawTypeArgsElim",
"verification/valid/LeanMergeSort",
"verification/valid/ListMonad",
"verification/valid/ListOperations",
"verification/valid/LiteralMaps",
Expand Down Expand Up @@ -244,4 +245,4 @@ object VerificationSuite {
private lazy val valid = ComponentTestSuite.loadPrograms("verification/valid", recursive = true)
private lazy val invalid = ComponentTestSuite.loadPrograms("verification/invalid")
private lazy val falseValid = ComponentTestSuite.loadPrograms("verification/false-valid")
}
}

0 comments on commit 74679f8

Please sign in to comment.