Skip to content

Commit

Permalink
make tests fail to see if they are already in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometer1729 committed Oct 5, 2022
1 parent acb8e10 commit 2c3a325
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ import Lib
putEdKey,
signWithEdKey, getPubKey, publicKey )
import Data.Word (Word16)
import System.Exit (die)
import Control.Monad (void)

testKeyID :: Word16
testKeyID = 200;

main :: IO ()
main = do
void $ die "test failure"
_ <- runTestTT tests
return ()

Expand Down

0 comments on commit 2c3a325

Please sign in to comment.