diff --git a/.buildkite/blob_unittests.yml b/.buildkite/blob_unittests.yml index a2acd40f6..65683ddba 100644 --- a/.buildkite/blob_unittests.yml +++ b/.buildkite/blob_unittests.yml @@ -1,9 +1,7 @@ steps: - label: ":nix: Blob Unittests" command: - 'cd services/blob' - - 'rm -rf build && mkdir build && cd build' - - 'nix develop --accept-flake-config --command bash -c "cmake .. && make -j"' - - './bin/runTests --gtest_filter=-DatabaseManager*:*Upload*:StorageManager*' + - 'nix develop --accept-flake-config --command cargo test' agents: - 'mac=true'