Skip to content

Commit eb2d307

Browse files
committed
CI: performing building test on PR
1 parent 0905df9 commit eb2d307

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build_test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Build Test
2-
on: push
2+
on:
3+
push:
4+
pull_request:
35

46
jobs:
57
test:
@@ -11,7 +13,7 @@ jobs:
1113
build_args: ""
1214
name: "Build with GNU compilers"
1315
- tag: gnu
14-
build_args: "-DENABLE_LIBXC=1"
16+
build_args: "-DENABLE_LIBXC=1 -DENABLE_DEEPKS=1"
1517
name: "Build with GNU compilers and extra components"
1618
- tag: intel
1719
build_args: ""
@@ -20,7 +22,7 @@ jobs:
2022
build_args: "-DUSE_CUDA=1"
2123
name: "Build with CUDA kit"
2224
name: ${{ matrix.name }}
23-
container: ghcr.io/${{ github.repository_owner }}/abacus-development-kit:${{ matrix.tag }}
25+
container: ghcr.io/deepmodeling/abacus-development-kit:${{ matrix.tag }}
2426
steps:
2527
- name: Checkout
2628
uses: actions/checkout@v3

0 commit comments

Comments
 (0)