Skip to content

Commit

Permalink
fix: add checkout action before running command
Browse files Browse the repository at this point in the history
  • Loading branch information
Solo-steven committed Sep 22, 2024
1 parent d8c8535 commit 7687aa2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rustyc-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ jobs:
fmt:
runs-on: ubuntu-latest
steps:
- run: cargo fmt
- 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"

0 comments on commit 7687aa2

Please sign in to comment.