Skip to content

Commit

Permalink
Merge pull request #706 from deepmodeling/caic99-patch-1
Browse files Browse the repository at this point in the history
Fix: add testing back
  • Loading branch information
caic99 committed Feb 11, 2022
2 parents 94c0cc5 + a9d0198 commit 0766b4f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: push

jobs:
test:
runs-on: self-hosted
runs-on: ubuntu-latest
strategy:
matrix:
include:
Expand All @@ -27,5 +27,4 @@ jobs:
- name: Build
run: |
cmake -B build -DBUILD_TESTING=ON ${{ matrix.build_args }}
cmake --build build -j4
cmake --install build
cmake --build build -j2
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build_container_and_push:
runs-on: self-hosted
runs-on: ubuntu-latest
strategy:
matrix:
dockerfile: ["gnu","intel","cuda"]
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
GTEST_COLOR: 'yes'
run: |
cmake -B build -DBUILD_TESTING=ON
cmake --build build -j16
cmake --build build -j8
cmake --install build
cmake --build build --target test ARGS="-V"

0 comments on commit 0766b4f

Please sign in to comment.