Add tests for completions (#204)

This commit is contained in:
Ajeet D'Souza
2021-05-07 13:04:44 +05:30
committed by GitHub
parent efe11ec924
commit d33bfd111f
15 changed files with 119 additions and 42 deletions
+2 -4
View File
@@ -20,7 +20,5 @@ jobs:
- uses: cachix/install-nix-action@v12
if: ${{ matrix.os != 'windows-latest' }}
with:
nix_path: nixpkgs=channel:nixos-stable
- run: mkdir -p /tmp/home && make test
env:
HOME: /tmp/home
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/20.09.tar.gz
- run: make test