Skip to content

Commit

Permalink
Disable devshell testing in workflows, takes too long
Browse files Browse the repository at this point in the history
  • Loading branch information
chaserhkj committed Jul 20, 2024
1 parent d82cb4e commit 00c7539
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,16 @@ jobs:
- name: "Test Nix flakes build"
run: nix build

- name: "Test Nix flakes development shell"
run: nix develop --check
# Development shells will require building of hls and take a lot of time
# Let's not do that in the actions for now
# - name: "Test Nix flakes development shell"
# run: nix develop --check

- name: "Test Nix flake-compact build"
run: nix-build

- name: "Test Nix flake-compact development shell"
run: nix-shell --run echo
# - name: "Test Nix flake-compact development shell"
# run: nix-shell --run echo

- continue-on-error: false
run: nix flake check

0 comments on commit 00c7539

Please sign in to comment.