Skip to content

Bump ghcr.io/devcontainers/features/docker-in-docker from 2.17.0 to 3.0.0 #125

Bump ghcr.io/devcontainers/features/docker-in-docker from 2.17.0 to 3.0.0

Bump ghcr.io/devcontainers/features/docker-in-docker from 2.17.0 to 3.0.0 #125

Workflow file for this run

name: Rust
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose