File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 fi
2020 fi
2121
22-
2322# Tears down the local development dependencies
2423down :
2524 docker compose down --remove-orphans
@@ -36,23 +35,6 @@ r CMD *ARGS:
3635run CMD * ARGS :
3736 go run -race cmd/ {{ CMD}} / main.go {{ ARGS}}
3837
39- # Builds and runs discover against the staging environment. Follow the instructions in the README to get set up.
40- discover-staging :
41- just r discover run \
42- - -rkey=$DISCOVER_FEED_RKEY \
43- - -account-did=$DISCOVER_FEED_DID \
44- - -did-doc-path=$DISCOVER_FEED_DID_DOC_PATH \
45- - -atp-bgs-host=wss:// bsky.social \
46- - -listen=0.0.0.0 :6666 \
47- - -pprof-listen=127.0.0.1 :6060 \
48- - -database-url=postgres:// postgres:postgres@algo3.internal.pop2.bsky.network:5532 / disc \
49- - -atlantis-etcd-prefix= \
50- - -vectoor-host=http:// algo3.internal.pop2.bsky.network:3337 \
51- - -triton-host=algo3.internal.pop2.bsky.network:8401 \
52- - -memcached-addrs=algo3.internal.pop2.bsky.network:11211 \
53- - -readonly \
54- - -enable-busboy=false
55-
5638# Runs the tests
5739t * ARGS = " ./...":
5840 go test -count=1 -covermode=atomic -coverprofile=test-coverage.out {{ ARGS}}
You can’t perform that action at this time.
0 commit comments