Skip to content

Update documentation with warning about multiple families when scoring compounds #65

Update documentation with warning about multiple families when scoring compounds

Update documentation with warning about multiple families when scoring compounds #65

Workflow file for this run

name: Tests
on:
pull_request:
#push:
jobs:
run-tests:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
ref: "${{github.event.inputs.branch_name}}"
fetch-depth: 0
- name: Run Tests
run: |
make test
- name: Run Packaging Test
run: |
make test_dist