Skip to content

Commit 3677806

Browse files
committed
ci(macos): drop -lm (implicit in libSystem on Darwin)
1 parent 93581ff commit 3677806

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,10 @@ jobs:
260260
run: go build -o tin .
261261

262262
- name: Run example tests
263-
run: ./tin test examples/... -lm --leaks
263+
run: ./tin test examples/... --leaks
264264

265265
- name: Run stdlib tests
266-
run: ./tin test stdlib/... -lm --leaks
266+
run: ./tin test stdlib/... --leaks
267267

268268
- name: Run shell test scripts
269269
run: |

0 commit comments

Comments
 (0)