mirror of
https://codeberg.org/landley/toybox.git
synced 2026-01-26 06:07:55 +00:00
Update host version for microsoft github's tests, and enable ASAN.
This commit is contained in:
parent
4b7334eff4
commit
81e1224c1d
12
.github/workflows/toybox.yml
vendored
12
.github/workflows/toybox.yml
vendored
@ -21,16 +21,12 @@ jobs:
|
||||
- name: Test
|
||||
run: VERBOSE=all make tests
|
||||
|
||||
Ubuntu-20_04:
|
||||
runs-on: ubuntu-20.04
|
||||
Ubuntu-22_04:
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup
|
||||
run: sudo apt-get install build-essential
|
||||
- name: Configure
|
||||
run: make defconfig
|
||||
- name: Build
|
||||
run: make
|
||||
- name: Test
|
||||
run: VERBOSE=all make tests
|
||||
- name: Configure build and test
|
||||
run: VERBOSE=all make defconfig tests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user