Use optparse-test in release/build

This commit is contained in:
2023-09-02 16:32:46 +08:00
parent 99ddcc938f
commit bff14761ac
3 changed files with 6 additions and 20 deletions

View File

@@ -1,19 +0,0 @@
name: Optparse Test
on:
- push
- pull_request
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