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