Skip to content

Commit de68990

Browse files
committed
ci: run integration test
1 parent 6dbe80d commit de68990

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
@@ -95,3 +95,17 @@ jobs:
9595
do-style-check: true
9696
do-test: false
9797
features: unstable
98+
99+
multiboot2_integrationtest:
100+
name: multiboot2 integrationtest
101+
needs:
102+
- build_nightly
103+
- build_nostd_nightly
104+
runs-on: ubuntu-latest
105+
steps:
106+
- name: Check out
107+
uses: actions/checkout@v3
108+
- uses: cachix/install-nix-action@v19
109+
- run: integration-test/run_multiboot2_integrationtest.sh
110+
111+
# multiboot2-header_integrationtest:

0 commit comments

Comments
 (0)