Skip to content

Merge pull request #1 from LucentFlux/dependabot/cargo/syn-2.0 #2

Merge pull request #1 from LucentFlux/dependabot/cargo/syn-2.0

Merge pull request #1 from LucentFlux/dependabot/cargo/syn-2.0 #2

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build-and-test:
name: Cargo run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo test