mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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' }}
|
||||
run: |
|
||||
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
|
||||
timeout-minutes: 350
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user