diff options
| author | Eugen Wissner <belka@caraus.de> | 2023-04-25 00:21:58 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2023-04-25 08:51:18 +0200 |
| commit | 3ed7dcd401e286d9e0b9ca5ea923f671699e7417 (patch) | |
| tree | 9b0c821c583883788168323d62d015e92be7c4ff /test.sh | |
| parent | 408dfb4301bfa1009baa6d68b33c699b18527b0a (diff) | |
| download | graphql-1.2.0.1.tar.gz | |
Support hspec 2.11v1.2.0.1
Diffstat (limited to 'test.sh')
| -rw-r--r-- | test.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/test.sh b/test.sh deleted file mode 100644 index 7669a86..0000000 --- a/test.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -# setup -cabal update - -# doc -cabal haddock --enable-documentation --with-compiler=/srv/httpd/server/ghcup/9.2/bin/ghc - -# lint -cabal install hlint --with-compiler=/srv/httpd/server/ghcup/9.2/bin/ghc --overwrite-policy=always "--constraint=hlint ==3.5" -cabal exec hlint -- src tests - -# test -cabal build graphql-test --with-compiler=/srv/httpd/server/ghcup/9.2/bin/ghc -cabal test --test-show-details=direct --with-compiler=/srv/httpd/server/ghcup/9.2/bin/ghc |
