Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
xFrednet committed Nov 29, 2023
1 parent 9d6b7ce commit c36627e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,19 @@ env:

jobs:
rust-test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}-latest

strategy:
fail-fast: false
matrix:
os:
- windows-2019
- windows-2022
- ubuntu-20.04
- ubuntu-22.04
- macos-13
- macos-12
- macos-11

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ marker_lints = { path = './marker_lints' }
# An external lint crate via git
marker_lints = { git = "https://github.com/rust-marker/marker" }
# An external lint crate from a registry
marker_lints = "0.1.1"
marker_lints = "*"
```

You can take a look at [cargo_marker] for more options.
Expand Down

0 comments on commit c36627e

Please sign in to comment.