1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: don't run backtrace_test twice

This commit is contained in:
Alexey 2020-04-11 20:38:48 +03:00 committed by GitHub
parent f91e3a5d3c
commit e64db44bb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |