Skip to content

chore(deps): bump the actions group across 1 directory with 17 update… #115

chore(deps): bump the actions group across 1 directory with 17 update…

chore(deps): bump the actions group across 1 directory with 17 update… #115

Workflow file for this run

# SPDX-License-Identifier: PMPL-1.0-or-later
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose