Skip to content

Add unit test runner script and patch #5

Add unit test runner script and patch

Add unit test runner script and patch #5

Workflow file for this run

name: gate
on: [push, pull_request]
jobs:
gate:
name: Gate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: bash <( wget -qO- https://raw.githubusercontent.com/MATF-Software-Verification/VS-project-ci/main/gate )