Skip to content

renovate.json: add company config #13

renovate.json: add company config

renovate.json: add company config #13

Workflow file for this run

name: "CI Nightly"
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
- name: Build & Test
run: cargo build --features nightly && cargo test --features nightly