• Kefu Chai's avatar
    CI: test with supported C++ standards (#1226) · 016b2e77
    Kefu Chai authored
    
    
    * CI: test with supported C++ standards
    
    let's test with the supported standards for better coverage.
    C++23 standard was just out, but the support on the toolchain is
    not quite ready yet. so let's leave it for a future change.
    Signed-off-by: default avatarKefu Chai <tchaikov@gmail.com>
    
    * CI: drop redundant Build step
    
    "Build Tests" is strictly a superset of "Build". in addition to
    the library, the former builds the tests also. both these
    steps share the same set of command line arguments. by removing
    "Build" step, we don't lose anything regarding the test coverage
    and information for further investigation if the build fails.
    Signed-off-by: default avatarKefu Chai <tchaikov@gmail.com>
    
    ---------
    Signed-off-by: default avatarKefu Chai <tchaikov@gmail.com>
    016b2e77
build.yml 1.93 KB