diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2018-12-16 03:52:33 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2019-01-22 03:06:51 +0100 |
commit | fe19006b6e4fe1ea3be52fd17c9ff70e24adcd78 (patch) | |
tree | 94bab9f77ad04ea5eb3a3ca43f84b0428e5a9059 /tests | |
parent | 49a7727a99187c0c13d10b447d9f0db83212a955 (diff) |
compile-test: Don't `cabal update` before tests
The CI script does that anyways
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CompileTest.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/CompileTest.hs b/tests/CompileTest.hs index 9359260..47ae2e3 100644 --- a/tests/CompileTest.hs +++ b/tests/CompileTest.hs @@ -78,8 +78,6 @@ test args = do setupHOME - _ <- rawSystem "cabal" ["update"] - action parseVer' :: String -> CabalVersion |