Skip to content

Added Rust to the README and sorted all ports alphabetically #176

Added Rust to the README and sorted all ports alphabetically

Added Rust to the README and sorted all ports alphabetically #176

name: Run unit tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out Repository
uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
java-version: 8.0.232
distribution: adopt
- name: Run tests
run: mvn test