Skip to content

Commit

Permalink
chore: change test ci
Browse files Browse the repository at this point in the history
Signed-off-by: zemyblue <zemyblue@gmail.com>
  • Loading branch information
zemyblue committed Dec 21, 2022
1 parent 73d1877 commit ec48105
Showing 1 changed file with 1 addition and 47 deletions.
48 changes: 1 addition & 47 deletions .github/workflows/builds_and_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,24 +134,6 @@ jobs:
name: libwasmvm
path: ./internal/api/libwasmvm.x86_64.so

build_static_library:
runs-on: ubuntu-latest
steps:
- name: set up
uses: actions/setup-go@v3.2.1
with:
go-version: 1.17
id: go
- name: Checkout
uses: actions/checkout@v2
- name: Build & Test static library
run: make release-build-alpine
- name: Upload libwasmvm
uses: actions/upload-artifact@v2
with:
name: libwasmvm_muslc
path: ./internal/api/libwasmvm_muslc.a

test_shared_lib:
needs: build_shared_library
runs-on: ubuntu-latest
Expand Down Expand Up @@ -185,33 +167,5 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Test
- name: Build static library and test
run: make test-alpine

# test_static_lib:
# needs: build_static_library
# runs-on: ubuntu-latest
# env:
# GORACE: "halt_on_error=1"
# BUILD_VERSION: $(echo $GITHUB_SHA | cut -c 1-10)
# steps:
# - name: set up
# uses: actions/setup-go@v2
# with:
# go-version: 1.17
# id: go
# - name: Checkout
# uses: actions/checkout@v2
# - name: Download libwasmvm
# uses: actions/download-artifact@v2
# with:
# name: libwasmvm_muslc
# path: /tmp/builds
# - name: Copy libwasmvm
# run: cp /tmp/builds/libwasmvm_muslc.a ./internal/api
# - name: Go integration tests
# run: make test
# - name: Go tests with cgo and race condition safety checks
# run: make test-safety
# - name: Make build-go
# run: make build-go

0 comments on commit ec48105

Please sign in to comment.