aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2023-09-06 17:40:24 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2023-09-06 17:40:24 +0400
commit3affc89defaaae8e79ee67c10195f3ec6ab61a6b (patch)
tree280b0952996bd0ac7c8ed0d1cb8e87f00e7923ea
parentec7e8112b12daf6947997ed9cef8da8e855023b6 (diff)
downloadniri-3affc89defaaae8e79ee67c10195f3ec6ab61a6b.tar.gz
niri-3affc89defaaae8e79ee67c10195f3ec6ab61a6b.tar.bz2
niri-3affc89defaaae8e79ee67c10195f3ec6ab61a6b.zip
CI: Add profiling feature build
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 931c3618..679d3535 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -44,6 +44,9 @@ jobs:
- name: Build
run: cargo build ${{ matrix.release-flag }}
+ - name: Build (with profiling)
+ run: cargo build ${{ matrix.release-flag }} --features profile-with-tracy
+
- name: Build Tests
run: cargo test --no-run --all ${{ matrix.release-flag }}