From 637046927b1c724799bdb266ea85a6839a797c77 Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Sun, 17 Dec 2023 13:35:05 -0400 Subject: [PATCH] Add changelog entry and failing CI. --- .github/workflows/ci.yaml | 4 ++++ CHANGELOG.md | 1 + 2 files changed, 5 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 189aa16832..018e96697f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -88,6 +88,10 @@ jobs: if: ${{ matrix.target != 'aarch64-linux-android' }} run: cargo run -p compiletests --release --no-default-features --features "use-installed-tools" -- --target-env vulkan1.1,vulkan1.2,spv1.3 + - name: workspace test + if: ${{ matrix.target != 'aarch64-linux-android' }} + run: cargo test --release + # Examples - name: cargo check examples if: ${{ matrix.target != 'aarch64-linux-android' }} diff --git a/CHANGELOG.md b/CHANGELOG.md index e144609a24..14c6e3f2c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Changed 🛠 +- [PR#1101](https://github.com/EmbarkStudios/rust-gpu/pull/1101) Add `ignore` and `no_run` to documentation to make `cargo test` pass. - [PR#1100](https://github.com/EmbarkStudios/rust-gpu/pull/1100) updated toolchain to `nightly-2023-09-30` - [PR#1091](https://github.com/EmbarkStudios/rust-gpu/pull/1091) updated toolchain to `nightly-2023-08-29` - [PR#1085](https://github.com/EmbarkStudios/rust-gpu/pull/1085) updated toolchain to `nightly-2023-07-08`