mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
test: Update benchsuite
This commit is contained in:
parent
65d0ea238b
commit
bd135c4ac9
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
set -e
|
||||
|
||||
UUT_DIR="codespell"
|
||||
CODESPELL_VERSION="1.15.0"
|
||||
CODESPELL_VERSION="2.0.0"
|
||||
|
||||
if [[ $# -eq 0 ]]; then
|
||||
exit 1
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
set -e
|
||||
|
||||
UUT_DIR="misspell_go"
|
||||
MISSPELL_GO_VERSION="2.2"
|
||||
MISSPELL_GO_VERSION="0.3.4"
|
||||
|
||||
if [[ $# -eq 0 ]]; then
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue