Skip to content

Commit

Permalink
Fixed dataset compilation issue | added verbose tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit-Kakodkar committed Oct 11, 2024
1 parent 7dcf4d9 commit 1c1613a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
run: git submodule init
&& git submodule update
- name: Configure
run: cmake -S . -B build -DBUILD_TESTS=ON
run: cmake3 -S . -B build -D CMAKE_BUILD_TYPE=Release -D BUILD_TESTS=ON
- name: Build
run: cmake --build build
- name: Run all tests
run: cd build/tests/unit-tests
&& ctest
&& ctest --verbose
1 change: 1 addition & 0 deletions include/IO/HDF5/impl/dataset.tpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "datasetbase.hpp"
#include "kokkos_abstractions.h"
#include "native_type.hpp"
#include "native_type.tpp"
#include <string>
#include <type_traits>

Expand Down

0 comments on commit 1c1613a

Please sign in to comment.