Skip to content

Commit

Permalink
Add sudo to rest of run commands as LTC sudo changed permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed May 13, 2024
1 parent 9ef01fb commit da7229b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: ./.github/actions/monero-wallet-rpc

- name: Setup Monero
run: ./ci/setup-coins/monero.sh
run: sudo ./ci/setup-coins/monero.sh

- name: Run Litecoin-Monero swap tests
run: RUST_LOG=asmr=debug cargo test --features test_litecoin_node,test_monero_node -- ltc_and_xmr --nocapture
run: RUST_LOG=asmr=debug sudo cargo test --features test_litecoin_node,test_monero_node -- ltc_and_xmr --nocapture

0 comments on commit da7229b

Please sign in to comment.