Skip to content

Commit

Permalink
ci: write all
Browse files Browse the repository at this point in the history
  • Loading branch information
0xGorilla committed Jan 9, 2024
1 parent 8bf9985 commit 21f5a87
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Node.js CI

on: push

permissions: read-all
permissions: write-all

jobs:
build:
Expand All @@ -23,6 +23,4 @@ jobs:
- run: yarn install

- run: yarn test
env:
SOL_AST_COMPILER_CACHE: ~/.compiler_cache

0 comments on commit 21f5a87

Please sign in to comment.