Skip to content

Commit b941ca4

Browse files
committed
Disable broken nix tests
1 parent c18c2e5 commit b941ca4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/nix.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ on:
55
branches:
66
- master
77
jobs:
8-
tests:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- name: Checkout tree
12-
uses: actions/checkout@v4
13-
with:
14-
submodules: true
15-
- name: nix
16-
uses: cachix/install-nix-action@v30
17-
with:
18-
nix_path: nixpkgs=channel:nixos-unstable
19-
- run: nix develop .#check -c make nix-tests
8+
# tests:
9+
# runs-on: ubuntu-latest
10+
# steps:
11+
# - name: Checkout tree
12+
# uses: actions/checkout@v4
13+
# with:
14+
# submodules: true
15+
# - name: nix
16+
# uses: cachix/install-nix-action@v30
17+
# with:
18+
# nix_path: nixpkgs=channel:nixos-unstable
19+
# - run: nix develop .#check -c make nix-tests
2020
fmt:
2121
runs-on: ubuntu-latest
2222
steps:

0 commit comments

Comments
 (0)