Update documentation with warning about multiple families when scoring compounds #65
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |