Skip to content

Commit

Permalink
temporarily turn off CI tests of rxd
Browse files Browse the repository at this point in the history
  • Loading branch information
nrnhines committed Oct 4, 2024
1 parent ca98ce5 commit eb5e85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/neuron-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ jobs:
"${python}" -c "from neuron import h; import neuron; neuron.test()"
done
fi
ctest --output-on-failure
ctest --output-on-failure -E rxd
cmake --build . --target install
export PATH="${INSTALL_DIR}/bin:${PATH}"
if [[ -f "${INSTALL_DIR}/bin/nrn-enable-sanitizer" ]]; then
Expand Down

0 comments on commit eb5e85a

Please sign in to comment.