mirror of
https://github.com/basicswap/basicswap.git
synced 2024-11-17 00:07:56 +00:00
12 lines
171 B
Markdown
12 lines
171 B
Markdown
|
|
## Run Cirrus CI Tests Locally
|
|
|
|
Install cirrus-cli:
|
|
https://github.com/cirruslabs/cirrus-cli/blob/master/INSTALL.md
|
|
|
|
|
|
Run:
|
|
|
|
cd basicswap
|
|
cirrus run -v -o simple
|
|
|