Skip to content

Commit 866e411

Browse files
committed
Use larger runner for release build
1 parent cb4d449 commit 866e411

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: CI
22

3-
permissions: {}
3+
permissions: { }
44

55
on:
66
push:
7-
branches: [main]
7+
branches: [ main ]
88
pull_request:
99
workflow_dispatch:
1010

@@ -406,7 +406,7 @@ jobs:
406406
- name: "Install mold"
407407
uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
408408
- name: "Build"
409-
run: cargo build --release --locked
409+
run: cargo build --profile profiling --locked
410410

411411
cargo-build-msrv:
412412
name: "cargo build (msrv)"

0 commit comments

Comments
 (0)