Skip to content

Commit

Permalink
workflow: add unit test
Browse files Browse the repository at this point in the history
Signed-off-by: U. Artie Eoff <[email protected]>
  • Loading branch information
uartie committed Aug 14, 2024
1 parent e8e11c5 commit 9c497b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install slash numpy scikit-image distro psutil py-cpuinfo matplotlib
pip install -r requirements.txt
sudo sysctl kernel.dmesg_restrict=0
- name: Test "list"
run: ./vaapi-fits list

- name: Test "self"
run: ./vaapi-fits run --pl NA --parallel-metrics --call-timeout 10 --device /dev/null --ctapr 0 test/self
run: ./vaapi-fits run --pl NA -vv --parallel-metrics --call-timeout 10 --device /dev/null --ctapr 0 test/self

0 comments on commit 9c497b5

Please sign in to comment.