mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-19 03:28:28 -04:00
Add Tor feature flag and only run test if enabled
This commit is contained in:
parent
5e19949d71
commit
295216a8ee
4 changed files with 77 additions and 64 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -46,6 +46,9 @@ jobs:
|
|||
build_test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install tor
|
||||
run: sudo apt-get tor
|
||||
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue