Skip to content

Commit

Permalink
run cross tests in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Aug 23, 2024
1 parent 0e3e3ff commit 248224f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
- name: cross test
run: |
cargo install cross
cross test -r --target ${{ matrix.target }}
cross test --target ${{ matrix.target }}

0 comments on commit 248224f

Please sign in to comment.