Skip to content

Commit

Permalink
[eclipse-iceoryx#224] Fix cargo-nextest on windows for proc-macros
Browse files Browse the repository at this point in the history
  • Loading branch information
elfenpiff committed Jun 5, 2024
1 parent bf9a669 commit 12fb965
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ jobs:
rust-toolchain: stable
check-and-install-cmd: cargo-nextest --version > /dev/null || cargo install cargo-nextest --locked
print-version-cmd: cargo-nextest --version
cache-key: cache-1-${{ runner.os }}-cargo-nextest
# increment cache-N-${{}} if a new nextest version is required
cache-key: cache-2-${{ runner.os }}-cargo-nextest
artifact-bin-name: cargo-nextest
artifact-upload-name: ${{ runner.os }}-cargo-nextest

Expand Down

0 comments on commit 12fb965

Please sign in to comment.