Skip to content

[chore]: remove flow test case #9

[chore]: remove flow test case

[chore]: remove flow test case #9

Workflow file for this run

name: "Basic Test For RustyC crates"
on: ["pull_request"]
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo fmt --check --verbose
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo test
working-directory: "compilers/rustyc/optimizer"