From 03f171cb2de1c34343722eaade87561a74ad8f82 Mon Sep 17 00:00:00 2001 From: zxl <43881818+oahzxl@users.noreply.github.com> Date: Mon, 1 Aug 2022 11:59:36 +0800 Subject: [PATCH] update c++ test --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6059d6b..9436cae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: @@ -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