Skip to content

Refactor did_history package into did_tdw.core #11

Refactor did_history package into did_tdw.core

Refactor did_history package into did_tdw.core #11

Workflow file for this run

name: Unit Tests
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [opened, synchronize, reopened, ready_for_review]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Tests
uses: ./.github/actions/unit-tests
with:
with-coverage: true