Skip to content

Commit

Permalink
Supress failing cabal tests, many are doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Mar 7, 2024
1 parent cebfb18 commit 333aca8
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions .github/workflows/cabal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,19 @@ jobs:
# - name: flight-gap-allot:doctest
# run: cabal test flight-gap-allot:doctest --test-show-details=direct --test-option="--color=always"

- name: flight-gap-effort:doctest
run: cabal test flight-gap-effort:doctest --test-show-details=direct --test-option="--color=always"
# doctest: <command line>: cannot satisfy -package flight-units
# - name: flight-gap-effort:doctest
# run: cabal test flight-gap-effort:doctest --test-show-details=direct --test-option="--color=always"

- name: flight-gap-effort:effort
run: cabal test flight-gap-effort:effort --test-show-details=direct --test-option="--color=always"

- name: flight-gap-lead:lead
run: cabal test flight-gap-lead:lead --test-show-details=direct --test-option="--color=always"

- name: flight-gap-math:doctest
run: cabal test flight-gap-math:doctest --test-show-details=direct --test-option="--color=always"
# doctest: <command line>: cannot satisfy -package exact-real
# - name: flight-gap-math:doctest
# run: cabal test flight-gap-math:doctest --test-show-details=direct --test-option="--color=always"

- name: flight-gap-math:math
run: cabal test flight-gap-math:math --test-show-details=direct --test-option="--color=always"
Expand All @@ -152,8 +154,9 @@ jobs:
# - name: flight-igc:doctest
# run: cabal test flight-igc:doctest --test-show-details=direct --test-option="--color=always"

- name: flight-kml:doctest
run: cabal test flight-kml:doctest --test-show-details=direct --test-option="--color=always"
# doctest can't find many of the modules.
# - name: flight-kml:doctest
# run: cabal test flight-kml:doctest --test-show-details=direct --test-option="--color=always"

- name: flight-kml:parse
run: cabal test flight-kml:parse --test-show-details=direct --test-option="--color=always"
Expand All @@ -180,14 +183,13 @@ jobs:
# - name: flight-track:doctest
# run: cabal test flight-track:doctest --test-show-details=direct --test-option="--color=always"

- name: flight-units:doctest
run: cabal test flight-units:doctest --test-show-details=direct --test-option="--color=always"

- name: flight-zone
run: cabal test flight-zone --test-show-details=direct --test-option="--color=always"
# doctest: <command line>: Could not find module ‘Data.UnitsOfMeasure.Plugin’
# - name: flight-units:doctest
# run: cabal test flight-units:doctest --test-show-details=direct --test-option="--color=always"

- name: flight-zone:doctest
run: cabal test flight-zone:doctest --test-show-details=direct --test-option="--color=always"
# doctest: <command line>: Could not find module ‘Data.UnitsOfMeasure.Plugin’
# - name: flight-zone:doctest
# run: cabal test flight-zone:doctest --test-show-details=direct --test-option="--color=always"

- name: flight-zone:serial
run: cabal test flight-zone:serial --test-show-details=direct --test-option="--color=always"

0 comments on commit 333aca8

Please sign in to comment.