diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2023-09-06 17:40:24 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2023-09-06 17:40:24 +0400 |
| commit | 3affc89defaaae8e79ee67c10195f3ec6ab61a6b (patch) | |
| tree | 280b0952996bd0ac7c8ed0d1cb8e87f00e7923ea | |
| parent | ec7e8112b12daf6947997ed9cef8da8e855023b6 (diff) | |
| download | niri-3affc89defaaae8e79ee67c10195f3ec6ab61a6b.tar.gz niri-3affc89defaaae8e79ee67c10195f3ec6ab61a6b.tar.bz2 niri-3affc89defaaae8e79ee67c10195f3ec6ab61a6b.zip | |
CI: Add profiling feature build
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
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 }} |
