Update rust.yml

This commit is contained in:
ilyazzz
2021-01-20 23:20:10 +02:00
committed by GitHub
parent 2167325063
commit 2449cc9ee3

View File

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