Skip to content

create symlinks for Pāli Tipiṭaka pages #36

create symlinks for Pāli Tipiṭaka pages

create symlinks for Pāli Tipiṭaka pages #36

Workflow file for this run

name: Test Package
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.18.10' ]
name: Test Pāli Library Package
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- name: Install dependencies
run: |
make clone_pali_data
- name: Run tests
run: |
# test common library for online/offline, dictionary/tipitaka
make test_lib
# test dictionary
make test_dictionary
# test tipitaka
make test_tipitaka
# misc
make test_util