Skip to content

Move to Ash renderer (Vulkan) #369

Move to Ash renderer (Vulkan)

Move to Ash renderer (Vulkan) #369

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
name: Test `cargo check/test` on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Prepare Vulkan
uses: humbletim/[email protected]
with:
vulkan-query-version: 1.3.268.0
vulkan-components: SPIRV-Tools, Glslang
vulkan-use-cache: true
- name: Setup Rust toolchain
uses: actions-rust-lang/[email protected]
- name: Run test
run: cargo test --verbose