Skip to content

Add rockettest self test and random generate with exclude function #127

Add rockettest self test and random generate with exclude function

Add rockettest self test and random generate with exclude function #127

Workflow file for this run

name: Run Unit Tests
# Runs on pushes to pull request
on: pull_request
jobs:
build:
name: Compile and Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v6
with:
submodules: 'true'
- name: Build and Run Test
run: make run-test