Skip to content

Commit

Permalink
ci: fix path to decoder v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ToruNiina committed Jun 16, 2024
1 parent adeb1c7 commit 1511452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/toml-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
go install github.com/toml-lang/toml-test/cmd/toml-test@latest
toml-test ./build/tests/toml11_decoder
# skipped tests does not conform the latest commit in toml-lang/toml
toml-test -toml 1.1.0 ./tests/toml11_decoder_v1_1_0 -skip invalid/control/comment-del,invalid/control/comment-lf,invalid/control/comment-us
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

0 comments on commit 1511452

Please sign in to comment.