Page MenuHomePhorge

cpp.yml
No OneTemporary

Size
492 B
Referenced Files
None
Subscribers
None
name: c++ tests
on:
push:
pull_request:
branches: [main]
jobs:
Test:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: "${{ matrix.os }}"
steps:
- uses: actions/checkout@v2
- name: Install gtest
uses: MarkusJx/googletest-installer@v1.1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: Swatinem/rust-cache@v1
- name: Run the tests
working-directory: ./cpp
run: make test

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 22, 9:21 PM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38724
Default Alt Text
cpp.yml (492 B)

Event Timeline