mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
6 lines
199 B
Batchfile
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 %*"
|