Skip to content

Commit

Permalink
add ocaml version to nix pipeline name (#2768)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro authored Jul 21, 2024
1 parent 5451aa3 commit 0fdad2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
ubuntu-tests:
name: Build and test (Ubuntu)
name: Build and test (Ubuntu) (${{ matrix.ocaml-version }})

strategy:
matrix:
Expand All @@ -36,7 +36,7 @@ jobs:
run: nix-build ./nix/ci.nix --argstr ocamlVersion ${{ matrix.ocaml-version }}

macos-tests:
name: Build and test (${{ matrix.os }})
name: Build and test (${{ matrix.os }}) (${{ matrix.ocaml-version }})

strategy:
matrix:
Expand Down

0 comments on commit 0fdad2b

Please sign in to comment.