forked from loafle/openapi-generator-original
re-enable haskell client test (#1621)
This commit is contained in:
@@ -51,9 +51,9 @@ addons:
|
||||
|
||||
before_install:
|
||||
# install haskell
|
||||
#- curl -sSL https://get.haskellstack.org/ | sh
|
||||
#- stack upgrade
|
||||
#- stack --version
|
||||
- curl -sSL https://get.haskellstack.org/ | sh
|
||||
- stack upgrade
|
||||
- stack --version
|
||||
# install rust
|
||||
- curl https://sh.rustup.rs -sSf | sh -s -- -y -v
|
||||
# required when sudo: required for the Ruby petstore tests
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -1023,7 +1023,7 @@
|
||||
<!--<module>samples/client/petstore/dart-jaguar/openapi</module>
|
||||
<module>samples/client/petstore/dart-jaguar/flutter_petstore/openapi</module>-->
|
||||
<!--<module>samples/client/petstore/dart2/petstore</module>-->
|
||||
<!--<module>samples/client/petstore/haskell-http-client</module>-->
|
||||
<module>samples/client/petstore/haskell-http-client</module>
|
||||
<module>samples/client/petstore/elm-0.18</module>
|
||||
<module>samples/client/petstore/groovy</module>
|
||||
<module>samples/client/petstore/rust</module>
|
||||
|
||||
Reference in New Issue
Block a user