diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 31512e6..7a66b07 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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