mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-20 02:27:21 +01:00
6 lines
93 B
Bash
6 lines
93 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
set -x
|
||
|
echo Testing $(git log -1 --oneline)
|
||
|
make unit pkg=... case=_NONE_
|