Skip to content

Commit

Permalink
bash
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Sep 24, 2024
1 parent 74edfb6 commit d4c574d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/check-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
run: |
export NSS_DIR=$(pwd)/nss
export NSS_TARGET=Debug
export BASH=$(which sh)
env | sort
cargo check --all-targets --features ci
RUST_LOG=trace cargo test --features ci --no-fail-fast
Expand All @@ -63,6 +65,8 @@ jobs:
run: |
export NSS_DIR=$(pwd)/nss
export NSS_TARGET=Debug
export BASH=$(which sh)
env | sort
cargo check --all-targets --features ci
RUST_LOG=trace cargo test --features ci --no-fail-fast
Expand All @@ -77,6 +81,8 @@ jobs:
run: |
export NSS_DIR=$(pwd)/nss
export NSS_TARGET=Debug
export BASH=$(which sh)
env | sort
cargo check --all-targets --features ci
RUST_LOG=trace cargo test --features ci --no-fail-fast
Expand All @@ -91,6 +97,8 @@ jobs:
run: |
export NSS_DIR=$(pwd)/nss
export NSS_TARGET=Debug
export BASH=$(which sh)
env | sort
cargo check --all-targets --features ci
RUST_LOG=trace cargo test --features ci --no-fail-fast
Expand Down

0 comments on commit d4c574d

Please sign in to comment.