Update rust.yml

This commit is contained in:
ilyazzz 2021-01-20 23:12:03 +02:00 committed by GitHub
parent a5cfabb9ca
commit 869018df2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always
jobs: jobs:
test: build and test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- 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: Check - name: Build
run: cargo check --release run: cargo build --release
- name: Run tests - name: Run tests
run: cargo test --release --verbose run: cargo test --release --verbose