We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57768b6 commit 0880840Copy full SHA for 0880840
.github/workflows/ci.yaml
@@ -29,18 +29,17 @@ jobs:
29
- uses: actions/checkout@v4
30
- name: build-charm++
31
run: ./build ChaNGa netlrts-linux-x86_64 -g -j4 --with-production
32
- - name: build-only-changa
+ - name: build-changa
33
run: |
34
git clone https://github.com/N-bodyshop/utility
35
git clone https://github.com/N-bodyshop/changa
36
cd changa
37
./configure
38
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
+ - name: test-changa
+ run: |
+ cd changa/teststep
+ make test
44
45
charm4py_netlrts-linux-x86_64_tcp:
46
runs-on: ubuntu-latest
0 commit comments