Skip to content

Commit

Permalink
fix CI + more longtests
Browse files Browse the repository at this point in the history
  • Loading branch information
cbouilla committed Sep 20, 2023
1 parent a68084a commit 0f299af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ compile_gcc:
script:
- make

compile_clang:
stage: build
script:
- CC=clang make

unit_tests:
stage: unittest
script:
Expand Down
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ function(spasm_long_test name test_matrix opts)
endfunction()

spasm_long_test(lu kneser_10_4_1.sms.gz "")
spasm_long_test(lu boundary_C_6_9.sms.gz "")

set(ALL_MODULI
3
Expand Down

0 comments on commit 0f299af

Please sign in to comment.