Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
client
Commits
a1d05308
Commit
a1d05308
authored
Mar 14, 2023
by
Jono Wenger
Browse files
Options
Downloads
Plain Diff
Merge branch 'anne/wasm-test-enable' into 'release'
wasm test enable See merge request
!566
parents
90033708
d0fdc305
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!566
wasm test enable
,
!515
Release
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-12
12 additions, 12 deletions
.gitlab-ci.yml
with
12 additions
and
12 deletions
.gitlab-ci.yml
+
12
−
12
View file @
a1d05308
...
...
@@ -46,18 +46,18 @@ test:
-
vendor/
-
testdata/
#
wasm-test:
#
stage: test
#
image: $DOCKER_IMAGE
#
except:
#
- tags
#
script:
#
- export PATH=/root/go/bin:$PATH
#
- go mod vendor
#
# Remove some environment vars to deal with: https://github.com/agnivade/wasmbrowsertest/issues/40
#
- unset SSH_PRIVATE_KEY
#
- unset $(env | grep '=' | awk -F= '{print $1}' | grep -v PATH | grep -v GO | grep -v HOME)
#
- GOOS=js GOARCH=wasm go test ./... -v
wasm-test
:
stage
:
test
image
:
$DOCKER_IMAGE
except
:
-
tags
script
:
-
export PATH=/root/go/bin:$PATH
-
go mod vendor
# Remove some environment vars to deal with: https://github.com/agnivade/wasmbrowsertest/issues/40
-
unset SSH_PRIVATE_KEY
-
unset $(env | grep '=' | awk -F= '{print $1}' | grep -v PATH | grep -v GO | grep -v HOME)
-
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