mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
4b41a5ba3e
commit
fc11a26ab0
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue