Skip to content

Update all dependencies #101

Update all dependencies

Update all dependencies #101

Workflow file for this run

name: Rust
on:
push:
branches: [ "rewrite" ]
pull_request:
branches: [ "rewrite" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose