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

ci: use stable Rust 1.80.0 #30

ci: use stable Rust 1.80.0

ci: use stable Rust 1.80.0 #30

Workflow file for this run

name: Rust build and test
on:
push:
branches: [master]
pull_request:
branches: [master]
env:
CARGO_TERM_COLOR: always
jobs:
check:
name: Rust project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Rust toolchain (v1.80.0)
uses: dtolnay/[email protected]
- name: Run build
run: cargo build
- name: Run test
run: cargo test