Skip to content

Commit

Permalink
snmalloc builds in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Apr 14, 2024
1 parent 6dc885c commit 2e206a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
features: all
- name: release-debug
features: all,rel-debugging
- name: snmalloc
features: all,snmalloc
- name: release-debug-snmalloc
features: all,snmalloc,rel-debugging
steps:
- uses: actions/checkout@v2
- name: Setup Rust toolchain
Expand Down

0 comments on commit 2e206a2

Please sign in to comment.