Update rust.yml

This commit is contained in:
Jamie Hardt
2020-11-20 20:17:55 -08:00
committed by GitHub
parent 63ee997eb3
commit 013145d267

View File

@@ -19,7 +19,7 @@ jobs:
- name: Install ffmpeg
run: sudo apt-get install ffmpeg
- name: Create Test Media
run: sh tests/create_test_media.sh
run: cd tests; sh create_test_media.sh
- name: Build
run: cargo build --verbose
- name: Run tests