Skip to content

feat: enable gg20 via feature flag #323

feat: enable gg20 via feature flag

feat: enable gg20 via feature flag #323

Workflow file for this run

name: Testing
on:
- pull_request
jobs:
test:
strategy:
matrix:
os:
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Run cargo test
run: cargo test --release --all-features