Skip to content

Commit

Permalink
Use the latest version of the TOML test suite (v.1.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbaturin committed Apr 11, 2024
1 parent 473f308 commit 4854c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Run the TOML test suite
env:
TESTSUITE_VERSION: v1.0.0
TESTSUITE_VERSION: v1.4.0
PLATFORM: darwin-amd64
run: |
eval $(opam env)
Expand All @@ -50,7 +50,7 @@ jobs:
ocamlfind ocamlopt -package otoml,zarith,decimal,yojson -linkpkg ./examples/testsuite_client_encoder.ml -o encoder
# Download the test suite runner
wget https://github.com/BurntSushi/toml-test/releases/download/$TESTSUITE_VERSION/toml-test-$TESTSUITE_VERSION-$PLATFORM.gz
wget https://github.com/toml-lang/toml-test/releases/download/$TESTSUITE_VERSION/toml-test-$TESTSUITE_VERSION-$PLATFORM.gz
gunzip toml-test-$TESTSUITE_VERSION-$PLATFORM.gz
chmod +x toml-test-$TESTSUITE_VERSION-$PLATFORM
./toml-test-$TESTSUITE_VERSION-$PLATFORM ./decoder
Expand Down

0 comments on commit 4854c4b

Please sign in to comment.