mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
CI: Add profiling feature build
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user