• Davis E. King's avatar
    Make github actions run the python unit tests (#2517) · f80703e8
    Davis E. King authored
    * Make github actions run the python unit tests
    
    * why don't the pyhton tests run?
    
    * run python tests
    
    * don't run tests twice
    
    * don't run cmake tests twice
    
    * rename the CMake test to C++ since it's testing the C++ part of the library
    
    And the python build uses cmake too, which makes the naming somewhat
    confusing
    
    * work around macos
    
    * oops, fix spelling error
    f80703e8
build_cpp.yml 3.87 KB