Skip to content

Bump the shuttle group in /examples with 2 updates (#352) #55

Bump the shuttle group in /examples with 2 updates (#352)

Bump the shuttle group in /examples with 2 updates (#352) #55

Workflow file for this run

name: Examples
on:
pull_request:
types: [opened, synchronize, reopened]
merge_group:
types: [checks_requested]
push:
branches: [main]
jobs:
check-examples:
name: Check examples
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/[email protected]
- name: Test examples
env:
RUSTFLAGS: -A dead-code -A unused-variables
run: |
cd examples
cargo test