From 50c446f7f36ed41336c15b6b94425150190c95ea Mon Sep 17 00:00:00 2001 From: Asuka Minato Date: Sat, 8 Feb 2025 17:59:11 +0900 Subject: [PATCH] back to release build --- .github/workflows/ci_bindings_dart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_bindings_dart.yml b/.github/workflows/ci_bindings_dart.yml index cd7b464d607..12a976159e4 100644 --- a/.github/workflows/ci_bindings_dart.yml +++ b/.github/workflows/ci_bindings_dart.yml @@ -78,7 +78,7 @@ jobs: working-directory: bindings/dart/rust run: | set -eux -o pipefail - cargo build + cargo build -r # frb will load the so in release/, so release build here - name: test working-directory: bindings/dart