update tests for github ci

This commit is contained in:
ado
2021-01-21 01:29:07 +01:00
parent 4f7cf73002
commit e49ccede35
5 changed files with 20 additions and 5 deletions

View File

@@ -1,7 +1,12 @@
#include <algorithm>
#include <doctest.h>
#include <ss/converter.hpp>
#ifdef CMAKE_GITHUB_CI
#include <doctest/doctest.h>
#else
#include <doctest.h>
#endif
TEST_CASE("testing split") {
ss::converter c;