Skip to content

Commit

Permalink
Merge pull request #374 from julia-vscode/testitem
Browse files Browse the repository at this point in the history
Migrate to test item framework
  • Loading branch information
davidanthoff authored Jul 25, 2023
2 parents b268a17 + b448d40 commit 62b3df6
Show file tree
Hide file tree
Showing 21 changed files with 3,131 additions and 2,700 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jlpkgbutler-ci-pr-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7', '1.8', '1.9']
julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7', '1.8']
julia-arch: [x64, x86]
os: [ubuntu-latest, windows-latest, macOS-latest]
exclude:
Expand Down
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ Tokenize = "0796e94c-ce3b-5d07-9a54-7f471281c624"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"

[compat]
julia = "1"
Tokenize = "0.5.24"

[targets]
test = ["Test"]
test = ["Test", "TestItemRunner"]
159 changes: 0 additions & 159 deletions test/check_base.jl

This file was deleted.

Loading

0 comments on commit 62b3df6

Please # to comment.