Skip to content

Commit

Permalink
refactor: remove cd
Browse files Browse the repository at this point in the history
  • Loading branch information
nephi-dev committed Nov 24, 2023
1 parent cc1fcce commit 68a0635
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@ jobs:
rustup install nightly
- name: lint
run: |
cd rmxl
cargo fmt -- --check
cargo clippy -- -D warnings
- name: test
run: |
cd rmxl
cargo check
cargo test --all
linux:
Expand Down

0 comments on commit 68a0635

Please sign in to comment.