DEBSOURCES
Skip Quicknav
sources / golang-github-gomarkdown-markdown / 0.0~git20231115.a660076-1 / s / run_tests.sh
12345678
#!/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