Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
  • Loading branch information
ShadowCurse committed Oct 16, 2023
1 parent d36152b commit b3c224f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/integration_tests/build/test_unittests.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ def test_unittests(test_fc_session_root_path):

def test_benchmarks_compile():
"""Checks that all benchmarks compile"""
host.cargo("bench", f"--all --no-run --target {TARGET}")
"""Use only musl toolchain"""

host.cargo("bench", f"--all --no-run --target {TARGETS[0]}")

0 comments on commit b3c224f

Please sign in to comment.