Update rust.yml

Added Create Test Media step
This commit is contained in:
Jamie Hardt
2020-11-20 20:11:19 -08:00
committed by GitHub
parent acd0fe6793
commit c5072c76b0

View File

@@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Create Test Media
run: sh tests/create_test_media.sh
- name: Build
run: cargo build --verbose
- name: Run tests