Skip to content

Commit

Permalink
Disable simd-json in CI for now until upstream is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kangalio committed Sep 12, 2023
1 parent 4302500 commit d6ee038
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ jobs:
# don't test examples because they need collector feature
command: cargo test --no-default-features --features serenity/rustls_backend --lib --tests

- name: all features + simdjson
command: cargo test --all-features --features serenity/simdjson --lib --tests --examples
rustflags: -C target-cpu=haswell # needed for simdjson
# - name: all features + simdjson
# command: cargo test --all-features --features serenity/simdjson --lib --tests --examples
# rustflags: -C target-cpu=haswell # needed for simdjson
- name: all features - simdjson
command: cargo test --all-features --lib --tests --examples

- name: native TLS
command: cargo test --all-features --features serenity/native_tls_backend --lib --tests --examples
Expand Down

0 comments on commit d6ee038

Please sign in to comment.