1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00

Rename the test component to test.

This commit is contained in:
Rob Rix 2019-10-10 14:51:40 -04:00
parent 304df23c3a
commit 3039b1d53f
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ install:
script:
- cabal new-build
- cabal new-run semantic:test
- cabal new-run semantic-core:spec
- cabal new-run semantic-core:test
- cabal new-run semantic-core:doctest
- cabal new-run semantic-python:test
- cabal new-run semantic-source:test

View File

@ -87,7 +87,7 @@ test-suite doctest
, QuickCheck
, semantic-core
test-suite spec
test-suite test
import: common
type: exitcode-stdio-1.0
hs-source-dirs: test