Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
limuy2022 committed Dec 31, 2023
1 parent 0554434 commit 16b7687
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: CD
run: cd rust
- name: Build
run: cargo build
run: cd rust&&cargo build
- name: Run tests
run: cargo test
run: cd rust&&cargo test

0 comments on commit 16b7687

Please sign in to comment.