Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xxdk-wasm
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
xxdk-wasm
Commits
29ed8a58
Commit
29ed8a58
authored
May 3, 2023
by
Sydney Anne Erickson
Browse files
Options
Downloads
Patches
Plain Diff
try not suppressing wasm test error returns
parent
e5e1062e
No related branches found
No related tags found
2 merge requests
!107
Do not supress error returns from WASM test
,
!67
fix for latest client release
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
1 addition
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
29ed8a58
...
...
@@ -43,7 +43,7 @@ wasm-test:
-
unset SSH_PRIVATE_KEY
-
unset $(env | grep '=' | awk -F= '{print $1}' | grep -v PATH | grep -v GO | grep -v HOME)
-
echo "WASM TESTS DISABLED FOR XX-4522, but will run them just so you can see output"
-
GOOS=js GOARCH=wasm go test ./... -v
||
true
-
GOOS=js GOARCH=wasm go test ./... -v
build
:
stage
:
build
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment