mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
build: add rclone version step
This commit is contained in:
parent
a947f298e6
commit
c0c5b3bc6b
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -178,6 +178,11 @@ jobs:
|
||||
run: |
|
||||
make
|
||||
|
||||
- name: Rclone version
|
||||
shell: bash
|
||||
run: |
|
||||
rclone version
|
||||
|
||||
- name: Run tests
|
||||
shell: bash
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user