lotabout / skim

Fuzzy Finder in rust!
MIT License
5.1k stars 183 forks source link

Create Dockerfile to run test_skim.py inside locally. #572

Open gwpl opened 2 months ago

gwpl commented 2 months ago

Usage: docker build -f Dockerfile -q . | xargs -I % docker run % Allows to easily run locally python tests, like it's run in ci.yml, in isolated container for reproducible and local testing.