Changed the workflow to compile in release mode each time I push on master

This commit is contained in:
Thomas SAZERAT
2024-03-15 00:13:52 +01:00
parent 36f94b7374
commit a08e8a93f7

View File

@@ -17,4 +17,4 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Build - name: Build
run: cargo build --verbose run: cargo build --release --verbose