Skip to content

Rust Beta

Rust Beta #780

Workflow file for this run

name: Rust Beta
on:
schedule:
- cron: "0 */24 * * *"
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
python-version: '3.12'
- name: Update Rust Beta
run: |
rustup update beta
rustup default beta
- name: Run tests
env:
RUSTFLAGS: -C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma
run: cargo test --verbose --features feature_capable,apply,fetch,geocode,foreach,python,luau,polars