mirror of
https://github.com/IBM/fp-go.git
synced 2025-11-23 22:14:53 +02:00
3 lines
152 B
Batchfile
3 lines
152 B
Batchfile
@echo off
|
|
mkdir build 2> NUL
|
|
gotip test .\... && go1.20.1 test .\... && go test -v -coverprofile build/cover.out -coverpkg=./... -covermode=atomic .\... |