byte is deprecated, use u8 instead #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
jobs: | |
test_vom: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Build V | |
run: git clone https://github.com/vlang/v ../v && cd ../v && git checkout c97f0c5 && make | |
- name: Test vom | |
run: ../v/v test . |