Skip to content

Commit

Permalink
ci: run full make test on linux + Clang build
Browse files Browse the repository at this point in the history
  • Loading branch information
darkk committed Sep 25, 2024
1 parent 99bdac8 commit a9118d3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ jobs:
submodules: recursive
- run: cmake ${{ matrix.CMAKE_ARGS }} .
- run: make -j4 VERBOSE=1
- if: ${{ ! contains(matrix.CMAKE_ARGS, 'CMAKE_BUILD_TYPE') }}
run: make -j4 test ARGS=-V
- if: ${{ contains(matrix.CMAKE_ARGS, 'CMAKE_BUILD_TYPE') }}
run: ./SMHasher --test=Sanity,Speed,Cyclic,Zeroes,Seed
- run: make -j4 test ARGS=-V
aarch64:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a9118d3

Please sign in to comment.