Skip to content

🧼

🧼 #117

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ['9.0.2', '9.4.8', '9.6.6', '9.8.2', '9.10.1']
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
- run: cabal build
- run: cabal run Nekomata -- -c '"Hello, World!"'
- run: cabal run Nekomata -- -c '+' -i '1 2'
- run: cabal run Nekomata-test