Skip to content

clean old issues related to the platforms crate #52

clean old issues related to the platforms crate

clean old issues related to the platforms crate #52

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@v2
- name: Build
run: rustup update; make build
- name: Run tests
run: rustup update; make test