Karan Gauswami
4 months ago
No known key found for this signature in database
GPG Key ID: 4457EA801DBC82E6
1 changed files with
1 additions and
1 deletions
-
.github/workflows/rust.yml
|
|
@ -11,11 +11,11 @@ env: |
|
|
|
|
|
|
|
jobs: |
|
|
|
build: |
|
|
|
name: Publish for ${{ matrix.os }} |
|
|
|
runs-on: ${{ matrix.os }} |
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
name: [linux, windows, macos] |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- name: Run tests |
|
|
|