Skip to content

Add global/static constants for config, init them once in validate() #3

Add global/static constants for config, init them once in validate()

Add global/static constants for config, init them once in validate() #3

Workflow file for this run

name: Run unit tests
on: [push]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run unit tests
run: cargo test