Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
StardustGogeta committed May 28, 2024
1 parent dae3cc9 commit 2cc4127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: cmake -B build --preset="${{ matrix.make-program.preset }}" -DCMAKE_CXX_COMPILER="/mingw64/bin/g++.exe"

- name: Build
run: cmake --build build
run: cmake --build build --config ${{ env.BUILD_TYPE }}

- name: Test
working-directory: build
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ add_subdirectory(lib)
enable_testing()
add_test(NAME nestest_execute COMMAND main CPU_TEST nestest
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/bin)
set_tests_properties(nestest_execute PROPERTIES TIMEOUT 1)
set_tests_properties(nestest_execute PROPERTIES TIMEOUT 2)
add_test(
NAME nestest_match
COMMAND diff ${CMAKE_SOURCE_DIR}/test/nestestLog.txt
Expand Down

0 comments on commit 2cc4127

Please sign in to comment.