Skip to content

Commit

Permalink
test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Nov 22, 2024
1 parent c5887ca commit b5cbfa4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests-misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,12 @@ jobs:
BENCH_NODE_IMPORT=::node::import::sr25519::transfer_keep_alive::paritydb::small
mkdir -p $ARTIFACTS_DIR
# test fail on master
if [ "${{ matrix.branch }}" = "master" ]; then
echo "Exiting on master branch"
exit 1
fi
SKIP_WASM_BUILD=1 forklift cargo check --locked --benches --all;
forklift cargo run --locked --release -p node-bench -- $BENCH_TRIE_READ --json | tee $ARTIFACTS_DIR/bench_trie_read_small.json;
forklift cargo run --locked --release -p node-bench -- $BENCH_NODE_IMPORT --json | tee $ARTIFACTS_DIR/bench_transfer_keep_alive.json
Expand Down

0 comments on commit b5cbfa4

Please sign in to comment.