Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ple1n authored Aug 27, 2024
1 parent 65d9ea3 commit a5014ba
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 @@ -14,7 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Build
run: cargo build --verbose -r
run: cargo build -r
# - name: Run tests
# run: cargo test --verbose

0 comments on commit a5014ba

Please sign in to comment.