Skip to content

Commit fc69584

Browse files
committed
ci: run integration test
1 parent 1deb3aa commit fc69584

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/rust.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,17 @@ jobs:
109109
do-style-check: true
110110
do-test: false
111111
features: unstable
112+
113+
multiboot2_integrationtest:
114+
name: multiboot2 integrationtest
115+
needs:
116+
- build_nightly
117+
- build_nostd_nightly
118+
runs-on: ubuntu-latest
119+
steps:
120+
- name: Check out
121+
uses: actions/checkout@v3
122+
- uses: cachix/install-nix-action@v19
123+
- run: integration-test/run_multiboot2_integrationtest.sh
124+
125+
# multiboot2-header_integrationtest:

0 commit comments

Comments
 (0)