From 054ac1587dc59a57f40f98909bead38179614522 Mon Sep 17 00:00:00 2001 From: nfachan Date: Tue, 6 Feb 2024 18:01:01 +0000 Subject: [PATCH] Turn lint and test back off. --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7957262b..22b3d7fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,9 +31,9 @@ jobs: # ~/.cargo/git/db/ # target/ # key: maelstrom-${{ hashFiles('**/Cargo.lock') }} - - name: Lint - run: ./scripts/lint.sh - - name: Test - run: ./scripts/run-tests-on-maelstrom-inner.sh - - name: Build +# - name: Lint +# run: ./scripts/lint.sh +# - name: Test +# run: ./scripts/run-tests-on-maelstrom-inner.sh +# - name: Build run: nix build