We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18c2e5 commit b941ca4Copy full SHA for b941ca4
.github/workflows/nix.yml
@@ -5,18 +5,18 @@ on:
5
branches:
6
- master
7
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
18
- nix_path: nixpkgs=channel:nixos-unstable
19
- - run: nix develop .#check -c make nix-tests
+ # tests:
+ # runs-on: ubuntu-latest
+ # steps:
+ # - name: Checkout tree
+ # uses: actions/checkout@v4
+ # with:
+ # submodules: true
+ # - name: nix
+ # uses: cachix/install-nix-action@v30
+ # nix_path: nixpkgs=channel:nixos-unstable
+ # - run: nix develop .#check -c make nix-tests
20
fmt:
21
runs-on: ubuntu-latest
22
steps:
0 commit comments