1
0
Fork 0
mirror of synced 2024-06-17 14:31:09 -04:00
ultimate-vim/sources_non_forked/rust.vim/.github/workflows/ci.yml
2021-10-11 11:30:43 +02:00

10 lines
175 B
YAML

on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: cd test && ./run-tests
shell: bash