1
0
Fork 0
mirror of synced 2024-06-02 07:21:09 -04:00
ultimate-vim/sources_non_forked/rust.vim/.github/workflows/ci.yml

10 lines
175 B
YAML
Raw Normal View History

2021-10-11 05:30:43 -04:00
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: cd test && ./run-tests
shell: bash