chore(ci): Build and upload binaries in CI (#76)

Use zigbuild directly instead of cargo-dist,
as cargo-dist doesn't suit our needs well
(e.g. uploading binaries at top level).

Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
Jagoda Estera ?l?zak
2026-02-27 10:54:14 +01:00
committed by Jagoda Ślązak
parent e62b161848
commit 6bb90f8811
3 changed files with 67 additions and 14 deletions
+1 -3
View File
@@ -28,7 +28,5 @@ parking_lot = "0.12.5"
rstest = "0.26.1"
testresult = "0.4.1"
# The profile that 'dist' will build with
[profile.dist]
inherits = "release"
[profile.release]
lto = "thin"