Skip to content

Run tests

Run tests #9

Workflow file for this run

name: Run tests
on: workflow_dispatch
permissions:
contents: write
jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build and run tests
run: make run-tests
- uses: actions/upload-artifact@v4
with:
name: libtokenizers.a
path: ./testTarget/libtokenizers.a
- uses: actions/upload-artifact@v4
with:
name: onnxruntime.so
path: ./testTarget/onnxruntime.so