mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-25 02:01:15 -03:00
windows build: disable lint checks
There is already a GitHub workflow doing lint checks so it is redundant and wastes time (4+ min). Moreover, other platforms do not do it, so when it fails, it gives the appearance that there is a Windows specific build issue beyond linting. Closes #12740
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -170,5 +170,7 @@ jobs:
|
||||
run: |
|
||||
cargo build
|
||||
- name: tests
|
||||
env:
|
||||
FISH_CHECK_LINT: false
|
||||
run: |
|
||||
cargo xtask check
|
||||
|
||||
Reference in New Issue
Block a user