Update rust.yml

This commit is contained in:
Takeshi Watanabe 2020-12-25 10:30:30 +09:00 committed by GitHub
parent 98da1588b0
commit ceddaffca5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,5 +49,6 @@ jobs:
sudo apt install ocl-icd-opencl-dev
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
# TODO(take-cheeze): Support testing
# - name: Run tests
# run: cargo test --verbose