mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-12 15:49:22 -08:00
feat: Regression CI based on misc/generate_configs.py
This commit is contained in:
committed by
Paul Spooren
parent
010c14dadf
commit
d0a6e99a1f
23
.github/workflows/regressions.yml
vendored
Normal file
23
.github/workflows/regressions.yml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
name: QC
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
permissions:
|
||||
checks: write
|
||||
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
|
||||
Reference in New Issue
Block a user