Skip to content

Commit cd743f8

Browse files
committed
Remove unused file
Signed-off-by: Mathieu Barbin <[email protected]>
1 parent 34f6477 commit cd743f8

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
- ocaml-compiler: 4.10.x
3333
os: macos-latest
3434
# OCaml 4.08.x: skipping macos & windows (fail)
35-
# Keep the minimal version of OCaml in sync in here, `dune-project`
36-
# and `dune-workspace.dev`.
35+
# Keep the minimal version of OCaml in sync in here and `dune-project`
3736
- ocaml-compiler: 4.08.x
3837
os: ubuntu-latest
3938

Makefile

-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ reinstall: uninstall install
1717
clean:
1818
dune clean
1919

20-
all-supported-ocaml-versions:
21-
dune runtest --workspace dune-workspace.dev
22-
2320
release:
2421
dune-release tag
2522
dune-release distrib --skip-build --skip-lint --skip-tests -n pp

dune-workspace.dev

-4
This file was deleted.

0 commit comments

Comments
 (0)