chore: update toml-test to the latest release

This commit is contained in:
ToruNiina 2022-06-22 21:28:31 +09:00
parent 9e1bfcc962
commit 2a987ac9ea

View File

@ -12,7 +12,7 @@ jobs:
cd tests/
g++ -std=c++11 -O2 -Wall -Wextra -Werror -I../ check_toml_test.cpp -o check_toml_test
export PATH=$(pwd):${PATH}
git clone --depth 1 --branch v1.1.0 https://github.com/BurntSushi/toml-test.git
git clone --depth 1 --branch v1.2.0 https://github.com/BurntSushi/toml-test.git
cd toml-test/
go install -v ./cmd/toml-test
cd -