CI: Add profiling feature build

This commit is contained in:
Ivan Molodetskikh
2023-09-06 17:40:24 +04:00
parent ec7e8112b1
commit 3affc89def
+3
View File
@@ -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 }}