mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
Merge branch 'master' into syntax-a-la-carte
This commit is contained in:
commit
35fb87c1f9
@ -22,8 +22,8 @@ import qualified IntegrationSpec
|
||||
import Test.Hspec
|
||||
|
||||
main :: IO ()
|
||||
main = do
|
||||
hspec . parallel $ do
|
||||
main = hspec $ do
|
||||
parallel $ do
|
||||
describe "Alignment" AlignmentSpec.spec
|
||||
describe "Command" Command.Spec.spec
|
||||
describe "Command.Diff" Command.Diff.Spec.spec
|
||||
@ -42,4 +42,5 @@ main = do
|
||||
describe "TOC" TOCSpec.spec
|
||||
describe "Integration" IntegrationSpec.spec
|
||||
|
||||
hspec $ describe "GitmonClient" GitmonClientSpec.spec
|
||||
|
||||
describe "GitmonClient" GitmonClientSpec.spec
|
||||
|
Loading…
Reference in New Issue
Block a user