mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-13 06:20:02 -04:00
CI client tests
This commit is contained in:
parent
a14b54d725
commit
691ac15f3c
1 changed files with 25 additions and 0 deletions
25
.github/workflows/test_client.yml
vendored
Normal file
25
.github/workflows/test_client.yml
vendored
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
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: Test
|
||||||
|
- run: bash -c "cd client; exec bash test.sh"
|
Loading…
Add table
Add a link
Reference in a new issue