mirror of
https://github.com/gomods/athens
synced 2026-02-12 14:28:09 +00:00
* port scripts to ps * remove ps core features * init script * make it work on ps 5.0 * sync with make file * cleanup * cleanup * review feedback * newline
4 lines
192 B
PowerShell
Executable File
4 lines
192 B
PowerShell
Executable File
$benchFiles = Get-ChildItem -Recurse -Filter "*storage*test.go" | Resolve-Path -Relative | Select-String -Pattern $(Join-Path "vendor" "") -NotMatch
|
|
& go test -v $benchFiles -bench=. -run=^$
|
|
|