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 bfae6d6 commit 810b708Copy full SHA for 810b708
.github/workflows/six-peer-regression.yml
@@ -19,7 +19,6 @@ jobs:
19
uses: actions/checkout@v4
20
with:
21
fetch-depth: 0
22
- path: freenet-core
23
24
- name: Checkout river
25
@@ -36,9 +35,9 @@ jobs:
36
35
override: true
37
38
- name: Run six-peer regression
39
- working-directory: ${{ github.workspace }}/river/main
+ working-directory: river/main
40
env:
41
- FREENET_CORE_PATH: ${{ github.workspace }}/freenet-core
+ FREENET_CORE_PATH: ${{ github.workspace }}
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