Skip to content

Commit

Permalink
Turn lint and test back off.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfachan committed Feb 6, 2024
1 parent ff68f07 commit 054ac15
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 054ac15

Please sign in to comment.