branch: elpa/nix-mode
commit 6712a66321484e533e5a173aa02fb62d94111e0b
Author: Matthew Bauer <[email protected]>
Commit: Matthew Bauer <[email protected]>
Fix yaml
---
.github/workflows/test.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index aabe77207b..1a5cb796c0 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v10
- - run: nix build
- - run: nix-build -E '(import ./.
{}).defaultPackage.${builtins.currentSystem}'
+ #- run: nix build
+ - run: nix-build -E '(import ./.
{}).defaultPackage.${builtins.currentSystem}'
#- run: nix flake check
- # - run: nix-build -E '(import ./. {}).checks.${builtins.currentSystem}'
+ - run: nix-build -E '(import ./. {}).checks.${builtins.currentSystem}'