Skip to content

Commit

Permalink
Fix error in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
garhow committed Aug 1, 2023
1 parent 7c6e62c commit 04a0b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Run tests
run: cargo test --verbose
- name: Build the documentation
run: cargo build --verbose
run: cargo doc --verbose

0 comments on commit 04a0b1a

Please sign in to comment.