From 86a649e017ef7fcf5f01d6bbc30291dbc6440013 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 5 Apr 2020 13:03:01 +0300 Subject: [PATCH] ci: fix ci.yml syntax --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc430d4e90..bd4e05023c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,7 @@ jobs: run: ./v -o v2 cmd/v && ./v2 -o v3 cmd/v && ./v3 -o v4 cmd/v - name: Fixed tests run: | - ./v vlib/v/tests/backtrace_test.v + ./v vlib/v/tests/backtrace_test.v ./v test-fixed - name: x64 machine code generation run: | @@ -268,7 +268,7 @@ jobs: .\make.bat -msvc - name: Fixed tests run: | - ./v vlib/v/tests/backtrace_test.v + ./v vlib/v/tests/backtrace_test.v ./v test-fixed # - name: Test # run: |