Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tocean committed Feb 19, 2024
1 parent 4aa84a3 commit 880d20f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
export LD_PRELOAD="/usr/local/lib/libmsamp_dist.so:/usr/local/lib/libnccl.so:${LD_PRELOAD}"
cd ${{ matrix.dir }}/
python3 setup.py test
- name: Clean repository
if: always()
run: |
rm -rf ${{ matrix.dir }}/
# - name: Report coverage results
# run: |
# bash <(curl -s https://codecov.io/bash)

0 comments on commit 880d20f

Please sign in to comment.