This commit is contained in:
Prabhpreet Dua
2024-06-14 15:53:46 +05:30
committed by Paul Spooren
parent d0a6e99a1f
commit 87144233da

View File

@@ -9,15 +9,11 @@ permissions:
contents: read
jobs:
multi-peer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run:
cargo build --bin rosenpass --release
- run:
python misc/generate_configs.py
- run:
chmod +x .ci/run-regression.sh
- run:
.ci/run-regression.sh 100 20
multi-peer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cargo build --bin rosenpass --release
- run: python misc/generate_configs.py
- run: chmod +x .ci/run-regression.sh
- run: .ci/run-regression.sh 100 20