Update rust.yml

This commit is contained in:
ilyazzz 2021-01-20 23:20:10 +02:00 committed by GitHub
parent 2167325063
commit 2449cc9ee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,6 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: sudo apt install libgtk-3-dev libvulkan-dev run: sudo apt install libgtk-3-dev libvulkan-dev
- name: Build - name: Build
run: cargo build --release run: cargo build
- name: Run tests - name: Run tests
run: cargo test --release --verbose run: cargo test --verbose