1
0
mirror of https://github.com/IBM/fp-go.git synced 2025-08-10 22:31:32 +02:00
Files
fp-go/test.bat
2023-11-10 13:46:10 +01:00

3 lines
153 B
Batchfile

@echo off
mkdir build 2> NUL
gotip test .\... && go1.20.11 test .\... && go test -v -coverprofile build/cover.out -coverpkg=./... -covermode=atomic .\...