ci: add missing option to encoder test

This commit is contained in:
ToruNiina 2024-06-16 21:19:48 +09:00
parent 1511452747
commit 8da85f8d2a

View File

@ -32,5 +32,5 @@ jobs:
toml-test ./build/tests/toml11_decoder
# skipped tests does not conform the latest commit in toml-lang/toml
toml-test -toml 1.1.0 ./build/tests/toml11_decoder_v1_1_0 -skip invalid/control/comment-del,invalid/control/comment-lf,invalid/control/comment-us
toml-test ./build/tests/toml11_encoder
toml-test -encoder ./build/tests/toml11_encoder