Skip to content

Commit a3be293

Browse files
committed
remove release flag
1 parent fb7d5fa commit a3be293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
uses: actions-rs/cargo@v1
6161
with:
6262
command: test
63-
args: --release -- --test-threads num_cpus
63+
args: -- --test-threads num_cpus

0 commit comments

Comments
 (0)