diff --git a/projects/turso.tech/package.yml b/projects/turso.tech/package.yml index ae549494..d65e70d0 100644 --- a/projects/turso.tech/package.yml +++ b/projects/turso.tech/package.yml @@ -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'