Skip to content

Commit

Permalink
win test
Browse files Browse the repository at this point in the history
  • Loading branch information
neonphog committed Oct 24, 2024
1 parent df6f1e3 commit 6c6a4be
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
fail-fast: false
matrix:
os: [
ubuntu-latest,
macos-latest,
#ubuntu-latest,
#macos-latest,
windows-latest,
]
toolchain: [
Expand Down Expand Up @@ -60,11 +60,12 @@ jobs:
- name: Cargo Test Windows
if: matrix.os == 'windows-latest'
env:
RUST_LOG: warn
RUST_LOG: trace
RUST_BACKTRACE: 1
run: |-
$env:SODIUM_LIB_DIR="$(pwd)\vcpkg\packages\libsodium_x64-windows-release\lib"
make unit
#make unit
RUST_LOG=trace cargo test --manifest-path crates/tx5/Cargo.toml webrtc_transition_ordering -- --nocapture
- name: Cargo Test
if: matrix.os != 'windows-latest'
Expand Down

0 comments on commit 6c6a4be

Please sign in to comment.