Skip to content

Commit 8811fef

Browse files
Fixup test filtering (#770)
1 parent c1b651a commit 8811fef

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.buildkite/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ steps:
66
- JuliaCI/julia-coverage#v1:
77
codecov: true
88
command: |
9+
unset LD_LIBRARY_PATH
910
julia -e 'println("--- :julia: Instantiating project")
1011
using Pkg
1112
Pkg.develop(; path=pwd())

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if filter_tests!(testsuite, args)
2727
delete!(testsuite, key)
2828
end
2929

30-
if LLVM.is_asserts() && test == "gcn"
30+
if LLVM.is_asserts()
3131
delete!(testsuite, "gcn")
3232
end
3333
if VERSION < v"1.11"

0 commit comments

Comments
 (0)