We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be15a1e + c47d970 commit f01a291Copy full SHA for f01a291
.github/workflows/build.yml
@@ -89,9 +89,6 @@ jobs:
89
runs-on: ${{ matrix.platform }}
90
timeout-minutes: 15
91
92
- env:
93
- RUSTFLAGS: -Crelocation-model=static -Dwarnings
94
-
95
steps:
96
- name: "Checkout Repository"
97
uses: actions/checkout@v4
@@ -137,9 +134,11 @@ jobs:
137
134
run: qemu-system-x86_64 --version
138
135
139
136
- name: "Run Test Framework"
140
- run: cargo test
+ run: cargo test --target x86_64-unknown-none
141
shell: bash
142
working-directory: "testing"
+ env:
+ RUSTFLAGS: -Crelocation-model=static -Dwarnings
143
144
check_formatting:
145
name: "Check Formatting"
0 commit comments