File: runtests.sh

package info (click to toggle)
golang-raven-go 0.2.0%2Bds2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 228 kB
  • sloc: makefile: 3; sh: 3
file content (4 lines) | stat: -rwxr-xr-x 70 bytes parent folder | download | duplicates (5)
1
2
3
4
#!/bin/bash
go test -race ./...
go test -cover ./...
go test -v ./...