Skip to content

Commit 6fc2a6e

Browse files
committed
Run clippy on all major platforms
1 parent 766d1d5 commit 6fc2a6e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/clippy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ on: [push]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-latest
7+
strategy:
8+
matrix:
9+
target: [ubuntu-latest, windows-latest, macos-latest]
810

11+
runs-on: ${{ matrix.target }}
912
steps:
1013
- uses: actions/checkout@v4
1114
- uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)