Skip to content

Merge pull request #4 from johnterickson/dependabot/cargo/2019/mio-0.… #21

Merge pull request #4 from johnterickson/dependabot/cargo/2019/mio-0.…

Merge pull request #4 from johnterickson/dependabot/cargo/2019/mio-0.… #21

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: |
set -e
rustup update
cd 2018
cargo test
cd ../2019
cargo test
cd ../2021
cargo test
cd ../2022
cargo test
cd ../2023
cargo test