mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 22:10:01 -04:00
remove workflows
This commit is contained in:
parent
33447021be
commit
63d89bed94
1 changed files with 0 additions and 27 deletions
27
.github/workflows/test_client.yml
vendored
27
.github/workflows/test_client.yml
vendored
|
@ -1,27 +0,0 @@
|
|||
name: Rust
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "multiplexed" ]
|
||||
pull_request:
|
||||
branches: [ "multiplexed" ]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: dtolnay/rust-toolchain@v1
|
||||
with:
|
||||
toolchain: nightly
|
||||
targets: wasm32-unknown-unknown
|
||||
components: rust-src
|
||||
- name: Install wasm-bindgen-cli
|
||||
run: cargo install wasm-bindgen-cli
|
||||
- name: Test
|
||||
run: bash -c "cd client; exec bash test.sh"
|
Loading…
Add table
Add a link
Reference in a new issue