9 os: [ windows-latest, ubuntu-latest, macos-latest ]
10 runs-on: ${{ matrix.os }}
12 - uses: xmake-io/github-action-setup-xmake@v1
15 - uses: actions/checkout@v4
20 run: xmake f -yvDc -m check --warning=y --liba-rust=y --liba-lua=luajit
21 - run: xmake -vw --all
22 - run: xmake i -vD -o_
23 - run: xmake run --all
25 run: cargo test --all-features