Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zaycev committed Jan 27, 2024
1 parent c3672f9 commit 32ae06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: add target
run: rustup target add ${{ matrix.target }}
- name: Run tests
run: cargo test --target ${{ matrix.target }} -q -- -Z unstable-options --format json --report-time | cargo2junit > ${{ github.workspace }}/target/junit.xml
run: cargo test -q -- -Z unstable-options --format json --report-time | cargo2junit > ${{ github.workspace }}/target/junit.xml
- name: Build release CLI binary
run: cargo build -q --all --release --target ${{ matrix.target }}
- name: Check size
Expand Down

0 comments on commit 32ae06c

Please sign in to comment.