https://gitlab.com/tezos/tezos
Revision e2026ff336c298acb844a3ad87dc94e3197d5c80 authored by Thomas Letan on 02 February 2024, 18:50:32 UTC, committed by Marge Bot on 07 February 2024, 10:15:54 UTC
1 parent 140fd1e
Raw File
Tip revision: e2026ff336c298acb844a3ad87dc94e3197d5c80 authored by Thomas Letan on 02 February 2024, 18:50:32 UTC
CI: Execute Etherlink Rust tests in a dedicated job
Tip revision: e2026ff
dune-workspace
(lang dune 3.7)

(env
 (dev
  (flags (:standard -w @1..72-4-40..42-44-45-48-58-60-67-69-70))
  (js_of_ocaml (runtest_alias runtest_js)))
 (release
  (js_of_ocaml (runtest_alias runtest_js))
  (ocamlopt_flags (:standard -O3)))
 (static
  (js_of_ocaml (runtest_alias runtest_js))
  (ocamlopt_flags (:standard -O3)))
 (_ (js_of_ocaml (runtest_alias runtest_js))))

(context (default (paths (ORIGINAL_PATH :standard))))

; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.
back to top