Skip to content

Commit

Permalink
Move tests to citest target.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Mar 25, 2024
1 parent cda81ad commit 1911d25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ jobs:
steps:
- name: Build and test module
uses: savonet/build-and-test-ocaml-module@main
- name: Run CI tests
run: |
opam exec dune build @citest
2 changes: 1 addition & 1 deletion test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(libraries ffmpeg-av ffmpeg-swresample))

(rule
(alias runtest)
(alias citest)
(package ffmpeg)
(deps
(:all_codecs ../examples/all_codecs.exe)
Expand Down

0 comments on commit 1911d25

Please sign in to comment.