ci: trying to make go get work

This commit is contained in:
ToruNiina 2021-06-30 01:18:52 +09:00
parent 1d0b003312
commit d9959fcdeb

View File

@ -12,6 +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}
go clean -modcache
go get github.com/BurntSushi/toml-test/cmd/toml-test
$GOPATH/bin/toml-test ./check_toml_test
test_serialization: