Skip to content

Commit c887fe7

Browse files
committed
ci: run six-peer regression on ubuntu runners
1 parent 55002ec commit c887fe7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/six-peer-regression.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,13 @@ on:
1212

1313
jobs:
1414
river-six-peer:
15-
runs-on:
16-
- self-hosted
17-
- freenet-128gb
15+
runs-on: ubuntu-latest
1816
timeout-minutes: 120
1917
steps:
2018
- name: Checkout freenet-core
2119
uses: actions/checkout@v4
2220
with:
2321
fetch-depth: 0
24-
path: freenet-core
2522

2623
- name: Checkout river
2724
uses: actions/checkout@v4
@@ -40,7 +37,7 @@ jobs:
4037
- name: Run six-peer regression
4138
working-directory: river/main
4239
env:
43-
FREENET_CORE_PATH: ${{ github.workspace }}/freenet-core
40+
FREENET_CORE_PATH: ${{ github.workspace }}
4441
RUST_LOG: info
4542
run: |
4643
cargo test --test message_flow river_message_flow_over_freenet_six_peers_five_rounds -- --ignored --exact

0 commit comments

Comments
 (0)