Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
Always enable ocamltest
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierNicole committed Dec 8, 2023
1 parent bc1c252 commit 4999c82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ jobs:
include:
- name: linux-O0
os: ubuntu-latest
config_arg: CFLAGS='-O0'
config_arg: CFLAGS='-O0' --enable-ocamltest
- name: macos
os: macos-latest
config_arg: --enable-tsan
config_arg: --enable-tsan --enable-ocamltest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 4999c82

Please sign in to comment.