Skip to content

Commit

Permalink
test: update analyzer tests to also run with v test
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Mar 20, 2024
1 parent dcb97db commit bbe2c5c
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 63 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/analyzer_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,4 @@ jobs:
submodules: true

- name: Run tests
run: cd tests && v run .

- name: Run other V tests
run: v test .
2 changes: 1 addition & 1 deletion tests/bench.v
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module main
module tests

import testing

Expand Down
2 changes: 1 addition & 1 deletion tests/completion.v
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module main
module tests

import testing
import server.completion.providers
Expand Down
2 changes: 1 addition & 1 deletion tests/definitions.v
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module main
module tests

import testing

Expand Down
2 changes: 1 addition & 1 deletion tests/documentation.v
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module main
module tests

import testing

Expand Down
2 changes: 1 addition & 1 deletion tests/implementations.v
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module main
module tests

import testing

Expand Down
53 changes: 0 additions & 53 deletions tests/main.v

This file was deleted.

2 changes: 1 addition & 1 deletion tests/supers.v
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module main
module tests

import testing

Expand Down
2 changes: 1 addition & 1 deletion tests/type_tests.v → tests/types.v
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module main
module tests

import testing

Expand Down

0 comments on commit bbe2c5c

Please sign in to comment.