Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Update dependabot.yml #21

Update dependabot.yml

Update dependabot.yml #21

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-11-06
- name: Cargo build
run: cargo +nightly-2022-11-06 build
- name: Cargo test
run: cargo +nightly-2022-11-06 test