Skip to content

Commit 6af21d0

Browse files
committed
update workflow (& remove .vscode)
1 parent 1ea3061 commit 6af21d0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/workflow.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,9 @@ jobs:
3232

3333
- run: opam install . --deps-only --with-test
3434

35-
- run: opam exec -- dune build
35+
- run: opam exec -- dune build --profile-dev --only-packages mpst,mpst-basic
36+
37+
- run: opam exec -- dune build test/ examples
38+
39+
- run: opam exec -- dune runtest
40+

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ ppx_tools/ppx_tools.install
4242

4343
_opam
4444

45+
.vscode

.vscode/settings.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)