remove test from actions on CUDA job

This commit is contained in:
Carl Pearson
2019-09-30 15:08:08 -05:00
parent c28e7b0945
commit 343b2b35ca

View File

@@ -38,9 +38,6 @@ jobs:
g++ --version g++ --version
nvcc --version nvcc --version
make VERBOSE=1 make VERBOSE=1
- name: test
run: |
build/tools/perfect-cli -h
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest