build: run rust linting on ubuntu

This commit is contained in:
zhom
2025-08-08 05:14:08 +04:00
parent be57ac3219
commit 0103150dc7
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [macos-latest]
os: [macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}