mirror of
https://github.com/junegunn/fzf.git
synced 2026-08-12 19:07:00 +08:00
Add fuzz tests for SIMD indexByteTwo to CI
This commit is contained in:
@@ -44,5 +44,10 @@ jobs:
|
|||||||
- name: Unit test
|
- name: Unit test
|
||||||
run: make test
|
run: make test
|
||||||
|
|
||||||
|
- name: Fuzz test
|
||||||
|
run: |
|
||||||
|
go test ./src/algo/ -fuzz=FuzzIndexByteTwo -fuzztime=5s
|
||||||
|
go test ./src/algo/ -fuzz=FuzzLastIndexByteTwo -fuzztime=5s
|
||||||
|
|
||||||
- name: Integration test
|
- name: Integration test
|
||||||
run: make install && ./install --all && tmux new-session -d && ruby test/runner.rb --verbose
|
run: make install && ./install --all && tmux new-session -d && ruby test/runner.rb --verbose
|
||||||
|
|||||||
Reference in New Issue
Block a user