This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
rq
mirror of
https://github.com/rq/rq.git
Watch
1
Star
1
Fork
You've already forked rq
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
48e821ecd0
rq
/
run_tests_in_docker.sh
4 lines
88 B
Bash
Raw
Normal View
History
Unescape
Escape
tests: added ability to run tests in Docker (#1361) * tests: added ability to run tests in Docker useful to run full test suit on Mac * tests: minor improvement in dockerfile for tests * tests: typo in Dockerfile * tests: updated dev requirements Co-authored-by: Ruslan Mullakhmetov <ruslan@twentythree.net>
2020-10-22 00:24:16 +00:00
#!/bin/bash
Docker (#1471) * rqtest -> tests folder * worker Dockerfile to repo folder * Dockerfile: install rq from file next to it * add docker workflow
2021-06-12 04:51:11 +00:00
docker build -f tests/Dockerfile . -t rqtest
&&
docker run -it --rm rqtest