mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
4b41a5ba3e
commit
fc11a26ab0
1 changed files with 5 additions and 1 deletions
|
@ -34,4 +34,8 @@ build:
|
||||||
LDFLAGS:
|
LDFLAGS:
|
||||||
- -buildmode=pie
|
- -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