Skip to content

build(deps): bump react-router-dom from 6.23.1 to 6.28.2 #390

build(deps): bump react-router-dom from 6.23.1 to 6.28.2

build(deps): bump react-router-dom from 6.23.1 to 6.28.2 #390

Workflow file for this run

name: Rust tests
on:
push:
branches: [ "master" ]
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
env:
RUSTFLAGS: "-Ctarget-cpu=sandybridge -Ctarget-feature=+aes,+sse2,+sse4.1,+ssse3"
RUST_BACKTRACE: full
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose --target-dir build
- name: Run tests
run: cargo test --verbose --target-dir build