Skip to content

Commit 0880840

Browse files
ericjbohmebohm
andauthored
cleanup: re-enable ChaNGa test after checkpoint fix (#3873)
Co-authored-by: Eric J Bohm <ebohm@illinois.edu>
1 parent 57768b6 commit 0880840

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,17 @@ jobs:
2929
- uses: actions/checkout@v4
3030
- name: build-charm++
3131
run: ./build ChaNGa netlrts-linux-x86_64 -g -j4 --with-production
32-
- name: build-only-changa
32+
- name: build-changa
3333
run: |
3434
git clone https://github.com/N-bodyshop/utility
3535
git clone https://github.com/N-bodyshop/changa
3636
cd changa
3737
./configure
3838
make -j4
39-
# make changa test build only until someone can fix it
40-
# - name: test-changa
41-
# run: |
42-
# cd changa/teststep
43-
# make test
39+
- name: test-changa
40+
run: |
41+
cd changa/teststep
42+
make test
4443
4544
charm4py_netlrts-linux-x86_64_tcp:
4645
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)