From e532bbaa88dafd6cb8fd643804bb2f223ee1aca4 Mon Sep 17 00:00:00 2001 From: Simon Goller Date: Sat, 29 Jun 2024 14:07:30 +0200 Subject: [PATCH] Add test action --- .github/workflows/test.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/test.yaml diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml new file mode 100644 index 0000000..0bfeddc --- /dev/null +++ b/.github/workflows/test.yaml @@ -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