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.
d813ea5e18
main
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd813ea5e18'
${ noResults }
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>
4 years ago
#!/bin/bash
Docker (#1471) * rqtest -> tests folder * worker Dockerfile to repo folder * Dockerfile: install rq from file next to it * add docker workflow
4 years ago
docker build -f tests/Dockerfile . -t rqtest
&&
docker run -it --rm rqtest