We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3786d4f commit 4755853Copy full SHA for 4755853
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
run: cargo test --locked --all-features --all-targets
34
network:
35
runs-on: ubuntu-latest
36
- name: ubuntu / ${{ matrix.toolchain }}
+ name: ubuntu / ${{ matrix.toolchain }} / network-config
37
strategy:
38
matrix:
39
toolchain: [
@@ -54,6 +54,7 @@ jobs:
54
# https://twitter.com/jonhoo/status/1571290371124260865
55
- name: cargo test network config
56
run: |
57
+ mkdir ~/.cw-orchestrator
58
cp cw-orch-daemon/tests/mock_networks.toml ~/.cw-orchestrator/networks.toml
59
cargo test --locked --package cw-orch-daemon --lib -- network_config::test --ignored
60
docs:
0 commit comments