mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-12 15:49:22 -08:00
Prettier
This commit is contained in:
committed by
Paul Spooren
parent
d0a6e99a1f
commit
87144233da
20
.github/workflows/regressions.yml
vendored
20
.github/workflows/regressions.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user