mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 00:38:08 +08:00
ci: trying to make go get work
This commit is contained in:
@@ -12,6 +12,7 @@ jobs:
|
|||||||
cd tests/
|
cd tests/
|
||||||
g++ -std=c++11 -O2 -Wall -Wextra -Werror -I../ check_toml_test.cpp -o check_toml_test
|
g++ -std=c++11 -O2 -Wall -Wextra -Werror -I../ check_toml_test.cpp -o check_toml_test
|
||||||
export PATH=$(pwd):${PATH}
|
export PATH=$(pwd):${PATH}
|
||||||
|
go clean -modcache
|
||||||
go get github.com/BurntSushi/toml-test/cmd/toml-test
|
go get github.com/BurntSushi/toml-test/cmd/toml-test
|
||||||
$GOPATH/bin/toml-test ./check_toml_test
|
$GOPATH/bin/toml-test ./check_toml_test
|
||||||
test_serialization:
|
test_serialization:
|
||||||
|
Reference in New Issue
Block a user