Skip to content

Commit

Permalink
update c++ test
Browse files Browse the repository at this point in the history
  • Loading branch information
oahzxl committed Aug 1, 2022
1 parent 63bf0dd commit 03f171c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
github.event.pull_request.base.repo.full_name == 'hpcaitech/TensorNVME' &&
contains( github.event.pull_request.labels.*.name, 'Run Build and Test')
runs-on: ubuntu-latest
timeout-minutes: 20
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -29,5 +29,10 @@ jobs:
run: |
pip install -r tests/requirements.txt
PYTHONPATH=$PWD pytest tests
cd build
cmake ..
make
./tests/test_asyncio
./tests/test_space_mgr
env:
LD_LIBRARY_PATH: /github/home/.tensornvme/lib

0 comments on commit 03f171c

Please sign in to comment.