Skip to content

Updated test.yaml for solving workflow error #281

Updated test.yaml for solving workflow error

Updated test.yaml for solving workflow error #281

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: test
jobs:
check:
name: Rust project
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true