Skip to content

Commit

Permalink
Partly disable appveyor until performance can be improved. (#492)
Browse files Browse the repository at this point in the history
* Disable the benchmarking CI step.
  • Loading branch information
lemmih committed Jul 26, 2021
1 parent c9d4b0b commit 7846322
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Expand Up @@ -21,7 +21,8 @@ test_script:
- cargo build --release
- cargo test --all --release
- cargo build --benches --all --release
- cargo bench
# Disable benchmarking until performance can be improved.
# - cargo bench
- cargo doc --release --all --no-deps

branches:
Expand Down

0 comments on commit 7846322

Please sign in to comment.