Skip to content

Bump ejs from 3.1.8 to 3.1.10 in /react-ui #145

Bump ejs from 3.1.8 to 3.1.10 in /react-ui

Bump ejs from 3.1.8 to 3.1.10 in /react-ui #145

name: tests
on:
push:
branches: [master]
pull_request:
branches: [master]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose