Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanse authored Mar 20, 2024
1 parent 41dbcaf commit a42ada8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_functional_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
&& python -m pip install --upgrade pip \
&& python setup.py sdist \
&& pip install dist/bfabric-*.tar.gz \
- name: Test with unittest
- name: Run unittest
run: |
cd ./bfabric/tests/ \
&& python -m unittest test_bfabric_functional.py \
&& python -m unittest test_bfabric_read.py
- name: print test_functional.log
- name: Print test_functional.log
run: cat -n bfabric/tests/test_functional.log

0 comments on commit a42ada8

Please sign in to comment.