Skip to content

Merge pull request #23 from tsirysndr/new-api #18

Merge pull request #23 from tsirysndr/new-api

Merge pull request #23 from tsirysndr/new-api #18

Workflow file for this run

# Do not edit this file directly. It is generated by https://deno.land/x/fluent_github_actions
name: ci
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
tests:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential libasound2-dev protobuf-compiler
- name: Setup Fluent CI
uses: fluentci-io/setup-fluentci@v5
- name: Run tests
run: |
fluentci run --wasm rust test