Skip to content

Commit

Permalink
test ocaml 5
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Oct 3, 2023
1 parent a6a75f9 commit e77b81c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,17 @@ jobs:
env:
OPAMWITHTEST: 'true'

play:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: avsm/setup-ocaml@v2
with:
ocaml-compiler: 5.1.x
- run:
make build
make test

release:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit e77b81c

Please sign in to comment.