Skip to content

Commit

Permalink
Update test.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Sep 25, 2023
1 parent ec743e5 commit 4cf18a3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18
- name: "Setup Rust"
uses: ATiltedTree/setup-rust@v1
with:
rust-version: nightly
components: clippy
- name: Download circom
run: wget https://github.com/iden3/circom/releases/latest/download/circom-linux-amd64 -O /usr/local/bin/circom
- name: Update permission
Expand All @@ -23,7 +27,7 @@ jobs:
run: yarn
# - name: Create build folder
# run: mkdir build
- name: Run Linters
run: yarn lint
# - name: Run Linters
# run: yarn lint
- name: Run tests
run: yarn test

0 comments on commit 4cf18a3

Please sign in to comment.