We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0970ef2 commit ab7b3bdCopy full SHA for ab7b3bd
.github/workflows/six-peer-regression.yml
@@ -19,6 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
with:
21
fetch-depth: 0
22
+ path: freenet-core
23
24
- name: Checkout river
25
@@ -37,7 +38,7 @@ jobs:
37
38
- name: Run six-peer regression
39
working-directory: river/main
40
env:
- FREENET_CORE_PATH: ${{ github.workspace }}
41
+ FREENET_CORE_PATH: ${{ github.workspace }}/freenet-core
42
RUST_LOG: info
43
run: |
44
cargo test --test message_flow river_message_flow_over_freenet_six_peers_five_rounds -- --ignored --exact
0 commit comments