Skip to content

Commit

Permalink
CI: Disable ASSERT for memory consumption test
Browse files Browse the repository at this point in the history
  • Loading branch information
automainint committed Oct 2, 2024
1 parent d50ada1 commit 0316df1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- uses: actions/checkout@v4
- name: Build
run: |
export MERITRANK_NO_ASSERT=1
cargo build --release
- name: Run tests
run: |
Expand Down

0 comments on commit 0316df1

Please sign in to comment.