mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
parent
025af7534f
commit
bd2daade8e
5
.github/workflows/release-test.yml
vendored
5
.github/workflows/release-test.yml
vendored
@ -116,6 +116,11 @@ jobs:
|
|||||||
if: ${{ matrix.pytest_mark == 'not iotlab_creds' }}
|
if: ${{ matrix.pytest_mark == 'not iotlab_creds' }}
|
||||||
run: |
|
run: |
|
||||||
sudo RIOT/dist/tools/tapsetup/tapsetup -c 11
|
sudo RIOT/dist/tools/tapsetup/tapsetup -c 11
|
||||||
|
- name: Install native dependencies
|
||||||
|
if: ${{ matrix.pytest_mark == 'not iotlab_creds' }}
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install lib32asan5
|
||||||
- name: Run release tests
|
- name: Run release tests
|
||||||
timeout-minutes: 350
|
timeout-minutes: 350
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user