Skip to content

Commit ef080cf

Browse files
committed
Don't do release build
1 parent a3c6883 commit ef080cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.dagger/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export class AtomicServer {
221221
);
222222

223223
return containerWithAssets
224-
.withExec(["cargo", "build", "--release"])
224+
.withExec(["cargo", "build"])
225225
.withExec(["./target/release/atomic-server", "--version"])
226226
.withExec([
227227
"cp",

0 commit comments

Comments
 (0)