From a36b2f451cca8260450fc5b6a26dde6d21dc33af Mon Sep 17 00:00:00 2001 From: jwiesler <23399687+jwiesler@users.noreply.github.com> Date: Sun, 7 Apr 2024 23:52:37 +0200 Subject: [PATCH] Create test.yml --- .github/workflows/test.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..06cc4f7 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,17 @@ +name: Test + +on: + push: + +env: + RUSTFLAGS: -D warnings + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: dtolnay/rust-toolchain@stable + with: + toolchain: stable + - run: cargo test