mirror of
https://github.com/IBM/fp-go.git
synced 2025-08-10 22:31:32 +02:00
3 lines
153 B
Batchfile
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 .\... |