Skip to content

Commit 88803ce

Browse files
committed
Remove test64 argument from QEMU test script in CI
1 parent 34928e1 commit 88803ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Run Basic Apps
4949
id: test
5050
run: |
51-
output=$(.ci/run-qemu-tests.sh cpubench test64)
51+
output=$(.ci/run-qemu-tests.sh cpubench )
5252
echo "TEST_OUTPUT<<EOF" >> $GITHUB_OUTPUT
5353
echo "$output" >> $GITHUB_OUTPUT
5454
echo "EOF" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)