Skip to content

Commit bc952c8

Browse files
committed
Prepare CI (disable nix tests)
1 parent 2f457b0 commit bc952c8

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
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

.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)