mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-22 06:45:13 +00:00
Build/test the ash example on Ubuntu/Windows CI (#203)
* Build/test the ash example on Ubuntu/Windows CI * Remove CI check for ash example Co-authored-by: Jake Shadle <jake.shadle@embark-studios.com>
This commit is contained in:
parent
0c33e5b83d
commit
3480521626
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -62,7 +62,7 @@ jobs:
|
||||
run: cargo fetch --target ${{ matrix.target }}
|
||||
- name: Run tests
|
||||
shell: bash
|
||||
run: .github/workflows/test.sh
|
||||
run: .github/workflows/test.sh ${{ runner.os }}
|
||||
|
||||
lint:
|
||||
name: Lint
|
||||
|
2
.github/workflows/test.sh
vendored
2
.github/workflows/test.sh
vendored
@ -44,7 +44,7 @@ cargo_test crates/spirv-builder
|
||||
|
||||
# Examples
|
||||
# See: https://github.com/EmbarkStudios/rust-gpu/issues/84
|
||||
if [[ -z "${CI}" && "$os" != "macOS" ]]; then
|
||||
if [[ "$os" != "macOS" ]]; then
|
||||
cargo_test examples/runners/ash
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user