Skip to content

aalekhpatel07/maelstrom-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maelstrom (Solution Framework w/ CI)

Use Earthly to build the ci target including running the actual Maelstrom test:

earthly +ci \
    --maelstrom_args="test -w echo --bin /usr/local/bin/solutions --node-count 1 --time-limit 10"

This will generate reports locally to runs/<commit_sha1>, which can be accessed via a browser at http://localhost:8000 after serving with:

docker run --rm -p 8000:80 \
    maelstrom-with-rust-app:<commit_sha1>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published