File: run_tests.sh

package info (click to toggle)
golang-github-gomarkdown-markdown 0.0~git20231115.a660076-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,168 kB
  • sloc: sh: 26; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 158 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/bash
set -u -e -o pipefail -o verbose

go clean -testcache
go test -race -v .
go test -race -v ./ast
go test -race -v ./html
go test -race -v ./parser