matrix-authentication-service/.gear/predownloaded-development/vendor/id-arena/.travis.yml
2026-03-07 01:41:31 +03:00

21 lines
516 B
YAML

language: rust
sudo: false
cache:
- cargo
matrix:
include:
- name: "test"
rust: stable
before_script:
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
- (test -x $HOME/.cargo/bin/cargo-readme || cargo install --vers "^3" cargo-readme)
- cargo install-update -a
script:
- cargo test
- cargo test --features rayon
- name: "check no_std"
rust: nightly
script:
- cargo check --no-default-features