Skip to content

update deps and remove nightly features #132

update deps and remove nightly features

update deps and remove nightly features #132

Workflow file for this run

name: Rust
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: earthly/actions-setup@v1
with:
version: v0.8.0
- name: Run tests
run: earthly +test