Procházet zdrojové kódy

Include deploy in fast tests

Bobholamovic před 2 roky
rodič
revize
6619a4e6f8
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 1 1
      .github/workflows/build_and_test.yaml
  2. 1 0
      tests/fast_tests.py

+ 1 - 1
.github/workflows/build_and_test.yaml

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

+ 1 - 0
tests/fast_tests.py

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