Skip to content

Commit

Permalink
chore: run tests, also on more versions
Browse files Browse the repository at this point in the history
  • Loading branch information
david-christiansen committed Feb 28, 2024
1 parent 9e6c9a7 commit 50059af
Show file tree
Hide file tree
Showing 6 changed files with 725 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
strategy:
matrix:
toolchain:
- "leanprover/lean4:4.3.0"
- "leanprover/lean4:4.4.0"
- "leanprover/lean4:4.5.0"
- "leanprover/lean4:4.6.0-rc1"
name: Build and test
Expand Down Expand Up @@ -43,3 +45,7 @@ jobs:
- name: Build the project
run: |
lake build
- name: Run tests
run: |
lake exe subverso-tests
2 changes: 2 additions & 0 deletions Tests.lean
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
import Subverso.Highlighting

def main : IO UInt32 := pure 0
5 changes: 0 additions & 5 deletions lake-manifest.json

This file was deleted.

2 changes: 2 additions & 0 deletions src/highlighting/Subverso/Highlighting.lean
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import Subverso.Highlighting.Highlighted
import Subverso.Highlighting.Code
Loading

0 comments on commit 50059af

Please sign in to comment.