Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit 609f67f

Browse files
authored
Merge pull request #61 from peterbecich/macos-ci-coverage
CI coverage for Mac OS
2 parents a2d06d2 + 69d5057 commit 609f67f

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ on:
44
push:
55
jobs:
66
tests:
7-
runs-on: ubuntu-latest
7+
runs-on: ${{ matrix.os }}
8+
strategy:
9+
matrix:
10+
os: [ubuntu-latest, macos-latest]
811
steps:
912
- uses: actions/checkout@v2
1013
- uses: cachix/install-nix-action@v14

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rnix-lsp [![Crates.io](https://img.shields.io/crates/v/rnix-lsp)](https://crates.io/crates/rnix-lsp) [![Chat on Matrix](https://matrix.to/img/matrix-badge.svg)](https://matrix.to/#/#rnix-lsp:matrix.org)
1+
# rnix-lsp [![Crates.io](https://img.shields.io/crates/v/rnix-lsp)](https://crates.io/crates/rnix-lsp) [![Chat on Matrix](https://matrix.to/img/matrix-badge.svg)](https://matrix.to/#/#rnix-lsp:matrix.org) [![Build status](https://github.com/nix-community/rnix-lsp/actions/workflows/test.yml/badge.svg)](https://github.com/nix-community/rnix-lsp/actions/workflows/test.yml)
22

33
A syntax-checking language server using
44
[rnix](https://github.com/nix-community/rnix-parser).
@@ -22,6 +22,8 @@ Turn on logging with `RUST_LOG=trace`, and redirect stderr to a file.
2222
bash -c "env RUST_LOG=trace rnix-lsp 2> /tmp/rnix-lsp.log"
2323
```
2424

25+
Support for **Mac OS** is not guaranteed (see [PR #61](https://github.com/nix-community/rnix-lsp/pull/61)).
26+
2527
## Install
2628

2729
```

0 commit comments

Comments
 (0)