Skip to content

Commit

Permalink
Merge pull request #138 from mirage/fix-ci-windows
Browse files Browse the repository at this point in the history
test_conv.ml requires /dev/urandom and work only on Unix system
  • Loading branch information
dinosaure authored Jun 3, 2022
2 parents 49a9418 + 1f3ddfc commit fc510e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Cross-platform tests

on:
pull_request:
push:
branches:
- 'master'
- 'feature-msvc'

jobs:
test-with-setup-ocaml:
Expand Down
2 changes: 2 additions & 0 deletions test/conv/dune
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@

(rule
(alias runtest)
(enabled_if
(= ${os_type} "Unix"))
(action
(run ./test_conv.exe --color=always)))

0 comments on commit fc510e5

Please # to comment.