Skip to content

Commit

Permalink
feat: add rust workflow run time for test optimizer of rustyc
Browse files Browse the repository at this point in the history
  • Loading branch information
Solo-steven committed Sep 22, 2024
1 parent a78aeac commit d8c8535
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/rustyc-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Basic Test For RustyC crates"
on: ["pull_request"]

jobs:
fmt:
runs-on: ubuntu-latest
steps:
- run: cargo fmt
test:
runs-on: ubuntu-latest
steps:
- run: cargo test
working-directory: "compilers/rustyc/optimizer"

0 comments on commit d8c8535

Please sign in to comment.