Skip to content

Commit 976882f

Browse files
authored
Test out using --release on tests in CI (#1201)
I have a hunch this is why C# is so slow (the modules are big and there's a lot of them and unoptimized Cranelift is very slow).
1 parent 132b4fe commit 976882f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ jobs:
113113
-p wit-bindgen-cli \
114114
-p wit-bindgen-${{ matrix.lang }} \
115115
--no-default-features \
116-
--features ${{ matrix.lang }}
116+
--features ${{ matrix.lang }} \
117+
--release
117118
118119
test_unit:
119120
name: Crate Unit Tests

0 commit comments

Comments
 (0)