This commit is contained in:
Prabhpreet Dua
2024-06-14 15:53:46 +05:30
parent 4558555153
commit 43cfd9a6f0

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