enable simulated proof failures

This commit is contained in:
Eric 2023-07-31 15:29:16 +10:00
parent 1d161d383e
commit 1b658b2293
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ env:
DOCKER_FILE: docker/codex.Dockerfile
DOCKER_REPO: codexstorage/nim-codex
MAKE_PARALLEL: 4
NIMFLAGS: '-d:disableMarchNative -d:codex_enable_api_debug_peers=true'
NIMFLAGS: '-d:disableMarchNative -d:codex_enable_api_debug_peers=true -d:codex_enable_proof_failures=true'
NIMFLAGS_RELEASE: '-d:disableMarchNative'
NAT_IP_AUTO: true
NAT_IP_AUTO_RELEASE: false