ci: disable fail-fast for examples
This commit is contained in:
parent
6df94d7e15
commit
51a67db71a
4
.github/workflows/scripts/setup.sh
vendored
4
.github/workflows/scripts/setup.sh
vendored
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
|
ls -la /dev/kvm
|
||||||
|
|
||||||
|
id
|
||||||
|
|
||||||
df -h
|
df -h
|
||||||
|
|
||||||
sudo systemd-run --wait rm -rf \
|
sudo systemd-run --wait rm -rf \
|
||||||
|
1
.github/workflows/ubuntu.yml
vendored
1
.github/workflows/ubuntu.yml
vendored
@ -45,6 +45,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
example: [
|
example: [
|
||||||
{ dir: "kernel-module", params: "" },
|
{ dir: "kernel-module", params: "" },
|
||||||
|
Loading…
Reference in New Issue
Block a user