Include deploy in fast tests

own
Bobholamovic 2 years ago
parent 8176ea16aa
commit 6619a4e6f8
  1. 2
      .github/workflows/build_and_test.yaml
  2. 1
      tests/fast_tests.py

@ -56,7 +56,7 @@ jobs:
- name: Run unittests
run: |
cd tests
bash run_tests.sh
bash run_fast_tests.sh
shell: bash
build_and_test_cuda102:

@ -12,5 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from deploy import *
from rs_models import *
from transforms import *

Loading…
Cancel
Save