mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-17 06:04:20 +01:00
6 lines
93 B
Bash
Executable File
6 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
set -x
|
|
echo Testing $(git log -1 --oneline)
|
|
make unit pkg=... case=_NONE_
|