A decentralized music tracking and discovery platform built on AT Protocol 🎵 rocksky.app
spotify atproto lastfm musicbrainz scrobbling listenbrainz

ci: set REDIS_URL

+2
+2
.github/workflows/ci.yml
··· 46 46 - name: Run tests 47 47 run: | 48 48 cargo test -p rocksky-tracklist 49 + env: 50 + REDIS_URL: redis://redis:6379