mirror of
https://github.com/status-im/markdown.git
synced 2025-02-22 16:18:22 +00:00
5 lines
57 B
Bash
Executable File
5 lines
57 B
Bash
Executable File
#!/bin/bash
|
|
set -u -e -o pipefail -o verbose
|
|
|
|
go test -v
|