diff options
Diffstat (limited to '.github/workflows')
| -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 }} |
