Skip to content

feature/EAS-2049 FSRT - doesn't lower method definitions on object lits #197

feature/EAS-2049 FSRT - doesn't lower method definitions on object lits

feature/EAS-2049 FSRT - doesn't lower method definitions on object lits #197

Workflow file for this run

name: ci
on:
push:
pull_request:
branches:
- main
jobs:
test:
name: Linux Tester
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: rustfmt clippy rust-src
- uses: Swatinem/rust-cache@v2
- run: cargo test
- run: cargo check
- run: cargo fmt --all --check