Skip to content

Commit 764dd27

Browse files
authored
Merge pull request #93 from sneeuwballen/simon/better-locs-in-config
improve locations in config, notifications, web UI
2 parents f8e0106 + 3ebd265 commit 764dd27

102 files changed

Lines changed: 10705 additions & 3288 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: opam pin .#HEAD -y -n
3333
- run: opam install -t . --deps-only
3434
- run: opam exec -- dune build @all --ignore-promoted-rules
35-
- run: opam exec -- dune runtest -p benchpress
35+
- run: opam exec -- dune runtest -p benchpress-proto,benchpress
3636
# API integration tests: only on 5.4 (behaviour, not OCaml-version-sensitive)
3737
- if: matrix.container == 'ghcr.io/c-cube/c-cube-commmon/ci-5.4:latest'
3838
name: Run API integration tests

api/.ocamlformat-ignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
benchpress_api.ml
2-
benchpress_api.mli
1+
benchpress_proto.ml
2+
benchpress_proto.mli

0 commit comments

Comments
 (0)