Add test action
All checks were successful
Rust / build (push) Successful in 2s

This commit is contained in:
Simon Goller 2024-06-29 14:07:30 +02:00
parent ef265feef0
commit e532bbaa88

21
.github/workflows/test.yaml vendored Normal file
View file

@ -0,0 +1,21 @@
name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
SQLX_OFFLINE: "true"
jobs:
build:
runs-on: native
steps:
- uses: actions/checkout@v4
- name: Check out the environment
run: env