Skip to content

Add multilingual FRR and PI to OS #171

Add multilingual FRR and PI to OS

Add multilingual FRR and PI to OS #171

Workflow file for this run

name: tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.8, 3.9, "3.10"]
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install latest rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
default: true
override: true
- name: Run Cybersecurity Benchmark Tests
run: CybersecurityBenchmarks/scripts/run_tests.sh