diff --git a/.github/workflows/cuda_test.yml b/.github/workflows/cuda_test.yml new file mode 100644 index 000000000..1d727b2f1 --- /dev/null +++ b/.github/workflows/cuda_test.yml @@ -0,0 +1,15 @@ +# Launch test on a cuda machine +name: Cuda test + +on: + push + +jobs: + test: + runs-on: self-hosted + steps: + - name: Clone Repository + uses: actions/checkout@v2 + - name: Test with pytest + run: | + sh ./pytest.sh