Skip to content

[DEX-420] Add support for unit tests, coverage, and CI #5

[DEX-420] Add support for unit tests, coverage, and CI

[DEX-420] Add support for unit tests, coverage, and CI #5

Workflow file for this run

name: Continuous Integration
on:
push:
pull_request:
branches:
- main
- develop
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run unit tests
run: make test