1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
wtf/vendor/github.com/zmb3/spotify/full_tests.bat
2019-07-15 09:06:49 -07:00

6 lines
199 B
Batchfile

@echo off
REM - The tests that actually hit the Spotify Web API don't run by default.
REM - Use this script to run them in addition to the standard unit tests.
cmd /C "set FULLTEST=y && go test %*"