Commit 029e3e6f authored by Alfredo Di Napoli's avatar Alfredo Di Napoli

Bench job should not block

parent 3816fc1d
Pipeline #5599 passed with stages
in 80 minutes and 39 seconds
......@@ -51,7 +51,7 @@ bench:
policy: pull-push
script:
- nix-shell --run "./bin/update-project-dependencies $CABAL_STORE_DIR && cabal --store-dir=$CABAL_STORE_DIR v2-bench --ghc-options='-O2 -fclear-plugins'"
allow_failure: false
allow_failure: true
test:
stage: test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment