Skip to content

Commit

Permalink
Prepare CI (disable nix tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Nov 28, 2024
1 parent 2f457b0 commit bc952c8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
- windows-latest
ocaml-compiler:
- "4.14"
include:
- os: ubuntu-latest
ocaml-compiler: 5.1.x

runs-on: ${{ matrix.os }}

Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ on:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/checkout@v4
with:
submodules: true
- name: nix
uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
- 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
# with:
# nix_path: nixpkgs=channel:nixos-unstable
# - run: nix develop .#check -c make nix-tests
fmt:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit bc952c8

Please sign in to comment.