Skip to content

Commit fe1f414

Browse files
committed
test
1 parent 97fce26 commit fe1f414

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/tests.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,20 @@ jobs:
9797
with:
9898
command: test
9999

100+
- id: debug
101+
run: |
102+
rustc --print cfg | grep = > rustc.vars
103+
source rustc.vars
104+
env
105+
106+
if [ -z "${target_env}" ]; then
107+
export HOST="${target_arch}-${target_vendor}-${target_os}"
108+
else
109+
export HOST="${target_arch}-${target_vendor}-${target_os}-${target_env}"
110+
fi
111+
112+
echo "HOST=$HOST"
113+
100114
cargo-rustdoc:
101115
runs-on: ubuntu-latest
102116
steps:

0 commit comments

Comments
 (0)