Skip to content

Commit

Permalink
Suppress flight-comp:doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Mar 7, 2024
1 parent 3a934d1 commit cacd710
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/cabal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@ jobs:
# - name: flight-clip:doctest
# run: cabal test flight-clip:doctest --test-show-details=direct --test-option="--color=always"

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

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

# Variable not in scope: ensureExt :: FileType -> [Char] -> FilePath
# - name: flight-comp:comp
Expand Down

0 comments on commit cacd710

Please sign in to comment.