From e64db44bb5255be86b978840d95394e07bedf14c Mon Sep 17 00:00:00 2001 From: Alexey Date: Sat, 11 Apr 2020 20:38:48 +0300 Subject: [PATCH] ci: don't run `backtrace_test` twice --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a83ffba3ef..926d0730e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,7 +133,6 @@ 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 test-fixed - name: x64 machine code generation run: | @@ -273,7 +272,6 @@ jobs: .\make.bat -msvc - name: Fixed tests run: | - ./v vlib/v/tests/backtrace_test.v ./v test-fixed # - name: Test # run: |