diff options
| author | Ben Sima <ben@bensima.com> | 2025-12-01 14:32:31 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-12-01 14:32:31 -0500 |
| commit | 5a2f926d3050f69f4b6368a7b2db8a00d8464e28 (patch) | |
| tree | 14e113dbf657ad5f088159f877b1a80ae6b9deb3 /.envrc | |
| parent | be072e74b5fd6e9fe95dd93e685cb0a0fe8c5fbe (diff) | |
Remove timeouts from branchless test commands
Diffstat (limited to '.envrc')
| -rw-r--r-- | .envrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -58,11 +58,11 @@ git config --local notes.displayRef refs/notes/ci git config --local remotes.origin.fetch +refs/notes/*:refs/notes/* notes git config --local branchless.test.strategy worktree - git config --local branchless.test.alias.default 'export CI=1; git clean -ffdx; eval $(direnv export bash); bild --test **/*' - git config --local branchless.test.alias.bild 'export CI=1; git clean -ffdx; eval $(direnv export bash); bild **/*' + git config --local branchless.test.alias.default 'export CI=1; git clean -ffdx; eval $(direnv export bash); bild --time 0 --test **/*' + git config --local branchless.test.alias.bild 'export CI=1; git clean -ffdx; eval $(direnv export bash); bild --time 0 **/*' git config --local branchless.test.alias.lint 'export CI=1; git clean -ffdx; eval $(direnv export bash); bild Omni/Lint.hs; lint **/*' git config --local branchless.test.alias.lintfix 'export CI=1; git clean -ffdx; eval $(direnv export bash); bild Omni/Lint.hs; lint --fix **/*' - git config --local branchless.test.alias.ci 'export CI=1; git clean -ffdx; eval $(direnv export bash); Omni/Ci.sh' + git config --local branchless.test.alias.ci 'export CI=1; git clean -ffdx; eval $(direnv export bash); Omni/Ci.hs' # use this to submit work git config --local alias.live "push origin HEAD:live" # |
