File: test

package info (click to toggle)
golang-github-willabides-kongplete 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: sh: 40; makefile: 2
file content (7 lines) | stat: -rwxr-xr-x 98 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh

set -e

CDPATH="" cd -- "$(dirname -- "$0")/.."

go test -race -covermode=atomic ./...