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 7739a16 commit ece003d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ 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 && cd rust
run: cd rust
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit ece003d

Please sign in to comment.