Update host version for microsoft github's tests, and enable ASAN.

This commit is contained in:
Rob Landley 2025-04-21 16:41:51 -05:00
parent 4b7334eff4
commit 81e1224c1d

View File

@ -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