millejoh / emacs-ipython-notebook

Jupyter notebook client in Emacs
http://millejoh.github.io/emacs-ipython-notebook/
GNU General Public License v3.0
1.47k stars 123 forks source link

Disable `make test` in github actions #812

Closed dickmao closed 2 years ago

dickmao commented 2 years ago

I run the full battery of tests for all three emacs versions locally on my machine these days.

make test fails when multiple processes concurrently run for integration testing. I chalk it up to the downmarket Azure machines provided by Github Actions running out of resources, but I also might be missing something subtle.