Compare commits
1 commit
main
...
non-linux-
| Author | SHA1 | Date | |
|---|---|---|---|
| 04bacb89d2 |
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -11,7 +11,7 @@ env:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: [ubuntu-latest, macos-latest, windows-latest]
|
||||
env:
|
||||
RUSTFLAGS: -D warnings
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue