Skip to content

chore: update ci config #7

chore: update ci config

chore: update ci config #7

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.66.0
default: true
profile: minimal
components: rustfmt
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
profile: minimal
- name: tests
run: ./test.sh