fix(turso)

closes #6067
This commit is contained in:
Jacob Heider 2024-05-06 10:32:46 -04:00
parent 4b41a5ba3e
commit fc11a26ab0
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -34,4 +34,8 @@ build:
LDFLAGS:
- -buildmode=pie
test: 'test "$(turso db locations 2>&1 || true)" = "Error: user not logged in, please login with turso auth login"'
test:
- run: 'test "$(turso db locations 2>&1 || true)" = "Error: user not logged in, please login with turso auth login"'
if: <0.93.2
- run: 'test "$(turso db locations 2>&1 || true)" = "You are not logged in, please login with turso auth login before running other commands."'
if: '>=0.93.2'