Skip to content

Bump the all-updates group across 1 directory with 3 updates #156

Bump the all-updates group across 1 directory with 3 updates

Bump the all-updates group across 1 directory with 3 updates #156

Workflow file for this run

name: cargo build
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- name: Setup rust nightly
run: rustup default nightly
- name: Run tests
run: cargo test
- name: Build
run: cargo build