Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
escwxyz committed Apr 15, 2023
1 parent ece003d commit d01c8b2
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,11 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Print path
run: echo ${PWD} # Prints /home/runner/work/repo-name/repo-name
- name: Change directory
run: cd rust
- name: Build
run: cargo build --verbose
working-directory: ./rust
- name: Run tests
run: cargo test --verbose
working-directory: ./rust

0 comments on commit d01c8b2

Please sign in to comment.