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 e005460 commit 0970ef2Copy full SHA for 0970ef2
.github/workflows/six-peer-regression.yml
@@ -12,16 +12,13 @@ on:
12
13
jobs:
14
river-six-peer:
15
- runs-on:
16
- - self-hosted
17
- - freenet-128gb
+ runs-on: ubuntu-latest
18
timeout-minutes: 120
19
steps:
20
- name: Checkout freenet-core
21
uses: actions/checkout@v4
22
with:
23
fetch-depth: 0
24
- path: freenet-core
25
26
- name: Checkout river
27
@@ -40,7 +37,7 @@ jobs:
40
37
- name: Run six-peer regression
41
38
working-directory: river/main
42
39
env:
43
- FREENET_CORE_PATH: ${{ github.workspace }}/freenet-core
+ FREENET_CORE_PATH: ${{ github.workspace }}
44
RUST_LOG: info
45
run: |
46
cargo test --test message_flow river_message_flow_over_freenet_six_peers_five_rounds -- --ignored --exact
0 commit comments