Skip to content

Commit dc5487f

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

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/integrationtest.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: "Integrationtest"
2+
3+
# Run on every push (tag, branch) and pull_request
4+
on: [pull_request, push, workflow_dispatch]
5+
6+
env:
7+
CARGO_TERM_COLOR: always
8+
9+
jobs:
10+
multiboot2_integrationtest:
11+
name: multiboot2 integrationtest
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Check out
15+
uses: actions/checkout@v3
16+
- uses: cachix/install-nix-action@v19
17+
- run: integration-test/run_multiboot2_integrationtest.sh
18+
19+
# multiboot2-header_integrationtest:

0 commit comments

Comments
 (0)