Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/start-jedi-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: start-jedi-ci

on:
pull_request:
pull_request_target:
branches:
- 'master'
- 'main'
Expand Down
7 changes: 6 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,12 @@ add_executable(test_check_crtm_random mains/application/check_crtm_random_profi
target_link_libraries(test_check_crtm_random PRIVATE crtm)
add_test(NAME test_check_crtm_random
COMMAND test_check_crtm_random)
set_tests_properties(test_check_crtm_random PROPERTIES ENVIRONMENT "OMP_NUM_THREADS=$ENV{OMP_NUM_THREADS}")
set_tests_properties(
test_check_crtm_random
PROPERTIES
ENVIRONMENT "OMP_NUM_THREADS=$ENV{OMP_NUM_THREADS}"
LABELS tier2
)


add_executable(Unit_TL_TEST mains/unit/Unit_Test/test_TL.f90)
Expand Down