Skip to content

Commit

Permalink
Update rust-macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameo007 authored Aug 9, 2023
1 parent a728736 commit 76d251c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --release --verbose
run: cd "Rust Middleware" && cargo build --release --verbose
- name: Run tests
run: cargo test --verbose
- name: Prepare Upload
Expand Down

0 comments on commit 76d251c

Please sign in to comment.