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
28e7ab10df
rq
/
run_tests_in_docker.sh
4 lines
68 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
Fix RQScheduler when run with SSL connection (#1383) * Quick and dirty set up of SSL * copy connection kwargs in scheduler * fix * chmod the cert * Skip SSL tests in CI
2020-11-27 00:27:30 +00:00
docker build . -t rqtest
&&
docker run -it --rm rqtest