Skip to content

Remove RestartManager; rename feature 'just_used' to 'keep_just_used_… #2357

Remove RestartManager; rename feature 'just_used' to 'keep_just_used_…

Remove RestartManager; rename feature 'just_used' to 'keep_just_used_… #2357

Workflow file for this run

name: Rust
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Prepare
run: rustup update
- name: Build executables
run: cargo build --verbose
- name: Build library
run: cargo build --lib --verbose
- name: Run tests
run: cargo test --verbose