Skip to content

Commit

Permalink
add tests for Rust code
Browse files Browse the repository at this point in the history
  • Loading branch information
VascoSch92 committed Jan 24, 2025
1 parent aa15fac commit fa26605
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
checks: write

jobs:
tests-suite-by-version:
python-tests-suite-by-version:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -26,4 +26,13 @@ jobs:
make init-test
- name: Run tests
run: |
make test
make test
rust-tests-suite:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Rust
run: |
rustup update
cargo test

0 comments on commit fa26605

Please sign in to comment.