build: run integration test with same os as it was built
This commit is contained in:
parent
fc7fbca090
commit
4bdb7c6721
1 changed files with 3 additions and 1 deletions
|
@ -41,4 +41,6 @@ jobs:
|
|||
args: cargo test --no-fail-fast
|
||||
|
||||
- name: Integration
|
||||
run: ./test.sh
|
||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.1
|
||||
with:
|
||||
args: ./test.sh
|
||||
|
|
Loading…
Reference in a new issue