Skip to content

Refactor and simplify tokenizer config to use identifiers like `defau… #54

Refactor and simplify tokenizer config to use identifiers like `defau…

Refactor and simplify tokenizer config to use identifiers like `defau… #54

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
unittests:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: run unit tests
run: make test