Skip to content

Commit

Permalink
Use conf-timeout opam package to ensure coreutils is installed wh…
Browse files Browse the repository at this point in the history
…en testing

This change was recommended when Beluga v1.1.2 was released: ocaml/opam-repository#26266
  • Loading branch information
MartyO256 committed Jul 22, 2024
1 parent 36e541d commit 50ea607
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,5 @@ jobs:
- name: Build
run: opam exec -- make

- name: Install coreutils on MacOS
if: runner.os == 'macOS'
run: brew install coreutils

- name: Test
run: opam exec -- make test
1 change: 1 addition & 0 deletions beluga.opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ depends: [
"sedlex" {>= "2.5"}
"omd" {>= "1.3.2"}
"uri" {>= "4.2.0"}
"conf-timeout" {with-test}
"ocamlformat" {= "0.25.1" & with-test}
"yojson" {>= "2.0.2" & with-test}
"ounit2" {>= "2.2.6" & with-test}
Expand Down
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
(>= 1.3.2))
(uri
(>= 4.2.0))
(conf-timeout :with-test)
(ocamlformat
(and
(= 0.25.1)
Expand Down

0 comments on commit 50ea607

Please sign in to comment.