This website works better with JavaScript.
Explore
Help
Sign In
util
/
rq
mirror of
https://github.com/peter4431/rq.git
Watch
4
Star
0
Fork
You've already forked rq
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14ca7881e4
main
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '14ca7881e4'
${ noResults }
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>
4 years ago
#!/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
4 years ago
docker build . -t rqtest
&&
docker run -it --rm rqtest