chore: disable nondeterministic test

This commit is contained in:
Sebastian Ullrich 2025-04-24 11:30:26 +02:00 committed by GitHub
parent c8cdb57c4b
commit 51defe5935
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,6 @@
#!/usr/bin/env bash
exit 0 # TODO: test started being nondeterministic
rm -rf .lake/build
lake build -v 2>&1 | grep 'hello, test, world'