This commit is contained in:
Lei Zhu 2023-07-28 23:57:59 +08:00
parent c60aa767ca
commit fde0e712ac
1 changed files with 23 additions and 0 deletions

23
.github/workflows/optparse-test.yaml vendored Normal file
View File

@ -0,0 +1,23 @@
name: Optparse Test
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
ghcup-optparse-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: haskell/actions/setup@v2
id: setup-haskell
with:
ghc-version: 9.2.8
cabal-version: 3.10.1.0
- run:
cabal test ghcup-optparse-test