Skip to content

Commit

Permalink
Compile generated Scala code
Browse files Browse the repository at this point in the history
  • Loading branch information
lemastero authored May 3, 2024
1 parent e54cb9f commit 8608b6c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ jobs:

- name: Run tests
run: cabal test all


# compile example Agda files into Scala
- name: Run tests
run: cabal run -- agda2scala ./test/adts.agda

# compile result Scala code
- uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '21'

- name: Run tests
run: sbt clean compile

0 comments on commit 8608b6c

Please sign in to comment.