Skip to content

Commit 43bc4be

Browse files
authored
Alcotest -> rely (#53)
1 parent 7ffedca commit 43bc4be

File tree

36 files changed

+535
-533
lines changed

36 files changed

+535
-533
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Build
5757
run: esy build
5858
- name: Test
59-
run: esy x Test.exe
59+
run: esy test
6060
- name: Get esy binary path
6161
id: esy_binary_path
6262
shell: bash

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Run the compiled executable:
132132

133133
Run the tests:
134134

135-
% esy x Test.exe
135+
% esy test
136136

137137
[reason]: https://reasonml.github.io
138138
[bs-react-intl]: https://github.com/alexfedoseev/bs-react-intl

dune

Lines changed: 0 additions & 1 deletion
This file was deleted.

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
(lang dune 1.0)
1+
(lang dune 2.0)
22
(name bs-react-intl-extractor)

0 commit comments

Comments
 (0)