Skip to content

Commit

Permalink
fixup! Add CI workflow testing with custom kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
d-e-s-o committed Aug 8, 2024
1 parent dae21c2 commit d33a13d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- name: Build main.sh
env:
ARTIFACT_URL: ${{ needs.build-linux-kernel.outputs.kernel-artifact-url }}
PYTHON: ${{ steps.py312.outputs.python-path }}
run: |
cargo test --no-run
# Yes, there appears to be no way to just retrieve the
Expand All @@ -45,7 +44,7 @@ jobs:
unzip artifact.zip
cat <<EOF > main.sh
set -e
export PYTHON=${PYTHON}
export PYTHON=${{ steps.py312.outputs.python-path }}
cargo test --features=dont-generate-unit-test-files -- --include-ignored
EOF
cat main.sh
Expand Down

0 comments on commit d33a13d

Please sign in to comment.