File tree Expand file tree Collapse file tree 2 files changed +12
-15
lines changed
Expand file tree Collapse file tree 2 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 2222 - windows-latest
2323 ocaml-compiler :
2424 - " 4.14"
25- include :
26- - os : ubuntu-latest
27- ocaml-compiler : 5.1.x
2825
2926 runs-on : ${{ matrix.os }}
3027
Original file line number Diff line number Diff line change 55 branches :
66 - master
77jobs :
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 :
You can’t perform that action at this time.
0 commit comments