Changeset d271ed4 for general/prog


Ignore:
Timestamp:
03/23/2024 06:33:22 PM (5 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
trunk
Children:
31ea2da
Parents:
e1fe4a2
git-author:
Xi Ruoyao <xry111@…> (03/23/2024 03:28:19 PM)
git-committer:
Xi Ruoyao <xry111@…> (03/23/2024 06:33:22 PM)
Message:

cbindgen: Add --release to cargo test

So cargo test won't rebuild a debug version of the executable and run
the test suite with it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cbindgen.xml

    re1fe4a2 rd271ed4  
    8888
    8989    <para>
    90       To test the results, issue: <command>cargo test</command>.
     90      To test the results, issue: <command>cargo test --release</command>.
    9191      Three tests in <filename>profile.rs</filename> are known to fail.
    9292    </para>
Note: See TracChangeset for help on using the changeset viewer.