Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 395 Bytes

File metadata and controls

16 lines (12 loc) · 395 Bytes

Developer Info

The Docker bake file contains targets to lint the project and test on a matrix of supported dependency versions. Run $ docker buildx bake --print to see the targets.

$ # Run all test and lint targets
$ docker buildx bake

$ # Just tests
$ docker buildx bake test

$ # A specific test matrix target
$ docker buildx bake test_python-3-8_pydantic-settings-2-0-0