Skip to content

Commit

Permalink
Disable building tests for now since helics-ns3 doesn't provide any a…
Browse files Browse the repository at this point in the history
…nd the attribute test included in ns-3 seems to not work with the latest C++ standard; to be re-enabled after switching over to ns-3 version supporting CMake
  • Loading branch information
nightlark committed Aug 30, 2024
1 parent 2a1714f commit 264dfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
command -v brew && EXTRA_OPTS="--with-zmq=$(brew --prefix) --boost-includes=$(brew --prefix)/include --boost-libs=$(brew --prefix)/lib" || EXTRA_OPTS=""
set -o pipefail
./waf configure --disable-werror --with-helics=/usr/local $EXTRA_OPTS --enable-modules=helics --enable-examples --enable-tests | tee gha_waf_configure.log
./waf configure --disable-werror --with-helics=/usr/local $EXTRA_OPTS --enable-modules=helics --enable-examples | tee gha_waf_configure.log
! grep -Fq "HELICS not enabled" gha_waf_configure.log
- name: Build ns-3
Expand Down

0 comments on commit 264dfb9

Please sign in to comment.