Skip to content

Commit bf40c44

Browse files
committed
Merging again because I didn't do it right the first time
2 parents e8b52ee + ce6502a commit bf40c44

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
branches: [main]
99

1010
env:
11-
CARGO_TERM_COLOR: always
11+
CARGO_TERM_COLOR: always
12+
RUSTFLAGS: "-C link-arg=-fuse-ld=lld"
1213

1314
jobs:
1415
clippy:
@@ -63,4 +64,4 @@ jobs:
6364
- name: Checkout
6465
uses: actions/checkout@v4
6566
- name: Run Cargo Formatter
66-
run: cargo fmt --check
67+
run: cargo fmt --check

0 commit comments

Comments
 (0)