Merge tag 'v3.11.0' #41
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Test nix unstable" | |
on: | |
pull_request: | |
push: | |
jobs: | |
tests: | |
runs-on: ubuntu-latest | |
name: Test on various luarocks packages | |
steps: | |
- uses: actions/checkout@v2.3.4 | |
- uses: cachix/install-nix-action@v26 | |
- run: nix profile install nixpkgs#nix-prefetch-git nixpkgs#nurl | |
- run: nix profile install . | |
- name: On std.normalize | |
run: nix run . -- nix std.normalize | |
if: always() | |
- run: nix run . -- nix lua-iconv | |
if: always() | |
- run: nix run . -- nix cqueues | |
if: always() | |
- run: nix run . -- --lua-version=5.3 nix digestif | |
if: always() | |
- run: nix run . -- nix https://raw.githubusercontent.com/lewis6991/gitsigns.nvim/main/gitsigns.nvim-scm-1.rockspec | |
if: always() |