Skip to content

Commit

Permalink
Run a python test in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vivsy committed Mar 15, 2023
1 parent 7fe848c commit 12b5b8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ jobs:
run: |
mkdir -p "$(pwd)"/mcrouter-install/install
./mcrouter/scripts/install_ubuntu_20.04.sh "$(pwd)"/mcrouter-install mcrouter
- name: Run a python test
run: PYTHONPATH=mcrouter/test python3 -B -m unittest -v test_ascii_error

0 comments on commit 12b5b8e

Please sign in to comment.