Skip to content

chore(deps): bump the actions group with 2 updates (#46) #194

chore(deps): bump the actions group with 2 updates (#46)

chore(deps): bump the actions group with 2 updates (#46) #194

Workflow file for this run

# SPDX-License-Identifier: MPL-2.0
permissions: read-all
name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose