Use num-traits Num for input requiring numbers #287
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: Test | |
on: [pull_request] | |
jobs: | |
test_and_coverage: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install Libraries | |
run: | | |
sudo apt-get update -y && sudo apt-get install -y python3-matplotlib | |
- name: Run tests | |
run: | | |
cargo test -- --nocapture |