aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d65168c..3adc35c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -45,10 +45,15 @@ jobs:
shell: bash
run: ./polecat_mock wine list
- - name: Test `dxvk list`
+ - name: Test `wine download`
working-directory: ${{runner.workspace}}/build
shell: bash
- run: ./polecat_mock dxvk list
+ run: ./polecat_mock wine download mock
+
+ - name: Test `wine run`
+ working-directory: ${{runner.workspace}}/build
+ shell: bash
+ run: ./polecat_mock run mock 1 2 3 4
- name: Test `lutris search`
working-directory: ${{runner.workspace}}/build