Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcph4 committed Jan 29, 2025
1 parent 27fd1cd commit 62bba08
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
- uses: actions/checkout@v1

- name: Run tests
run: cargo test --verbose
run: |
pwd
ls
cargo test --verbose
- name: Generate documentation
run: cargo doc --verbose
Expand Down

0 comments on commit 62bba08

Please sign in to comment.