Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 3480521

Browse files
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 <[email protected]>
1 parent 0c33e5b commit 3480521

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: cargo fetch --target ${{ matrix.target }}
6363
- name: Run tests
6464
shell: bash
65-
run: .github/workflows/test.sh
65+
run: .github/workflows/test.sh ${{ runner.os }}
6666

6767
lint:
6868
name: Lint

.github/workflows/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cargo_test crates/spirv-builder
4444

4545
# Examples
4646
# See: https://github.com/EmbarkStudios/rust-gpu/issues/84
47-
if [[ -z "${CI}" && "$os" != "macOS" ]]; then
47+
if [[ "$os" != "macOS" ]]; then
4848
cargo_test examples/runners/ash
4949
fi
5050

0 commit comments

Comments
 (0)