File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 5656 - name : Build demos
5757 run : lake build ProofWidgets.Demos
5858
59+ - name : Run tests
60+ run : lake test
61+
5962 - name : Create GitHub release for tag (Ubuntu)
6063 if : github.ref_type == 'tag' && matrix.os == 'ubuntu-latest'
6164 uses : softprops/action-gh-release@v2
Original file line number Diff line number Diff line change @@ -101,3 +101,7 @@ lean_lib ProofWidgets where
101101lean_lib ProofWidgets.Demos where
102102 needs := #[widgetJsAll]
103103 globs := #[.submodules `ProofWidgets.Demos]
104+
105+ @[test_driver]
106+ lean_lib test where
107+ globs := #[.submodules `test]
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import ProofWidgets.Extra.CheckHighlight
33/-- info: Decidable.em (p : Prop) : p ∨ ¬p -/
44#guard_msgs in
55#checkh Decidable.em
6+
67/-- info: Decidable.em (p : Prop) [Decidable p] : p ∨ ¬p -/
78#guard_msgs in
89#checkh' Decidable.em
You can’t perform that action at this time.
0 commit comments