farmhash testtt

This commit is contained in:
Kristaps Fabians Geikins
2023-05-22 19:41:52 +03:00
parent 5b5a48ea5a
commit c0b4a96ae7
+5
View File
@@ -345,6 +345,11 @@ jobs:
name: Install Dependencies
command: yarn
- run:
name: Farmhash test
command: yarn run install
working_directory: 'node_modules/farmhash'
# - save_cache:
# name: Save Yarn Package Cache
# key: yarn-packages-server-{{ checksum "yarn.lock" }}