Skip to content

Update to RTA 0.5 (#78) #340

Update to RTA 0.5 (#78)

Update to RTA 0.5 (#78) #340

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.74.0
profile: minimal
override: true
components: rustfmt, clippy
- uses: Swatinem/[email protected]
- run: make test