From e7d352cec8c29ef9a3b08fe79762a156c556a56e Mon Sep 17 00:00:00 2001
From: Jerome Humbert <djeedai@gmail.com>
Date: Thu, 4 Aug 2022 10:30:01 +0100
Subject: [PATCH] Add asset feature testing to CI

---
 .github/workflows/ci.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 2aba7b6..4584869 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -56,6 +56,10 @@ jobs:
         run: cargo test --no-default-features --features="bevy_sprite"
         env:
           CARGO_INCREMENTAL: 1
+      - name: Build & run tests (asset)
+        run: cargo test --no-default-features --features="bevy_asset"
+        env:
+          CARGO_INCREMENTAL: 1
       - name: Build & run tests (all)
         run: cargo test --all-features
         env:
-- 
GitLab