Update COMMERCIAL LICENSE TYPES.md #23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Korvex Performance Audit | |
| on: [push] | |
| jobs: | |
| audit: | |
| runs-on: windows-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Install Rust | |
| run: rustup update stable | |
| - name: Run Performance Audit | |
| run: cargo build --release | |
| - name: Verify 109 Cycle Target | |
| run: | | |
| ./target/release/korvex-omni-synapse.exe |