Skip to content

Commit

Permalink
Replace sudo cargo with a fix permissions step
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed May 13, 2024
1 parent da7229b commit 4e5f619
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,8 @@ jobs:
- name: Setup Monero
run: sudo ./ci/setup-coins/monero.sh

- name: Fix permissions
run: sudo chown $(whoami):$(whoami) ./config && chmod 777 -R ./config

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

0 comments on commit 4e5f619

Please sign in to comment.