Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperManifolds committed Apr 23, 2024
1 parent ab5859e commit db6f8fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
cache: true
- name: Run Benchmarks
run: make benchmark-polyglot
working-directory: benchmarks
working-directory: v2/benchmarks
8 changes: 5 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ jobs:
go-version: "1.21"
check-latest: true
cache: true
- name: Run Tests
- name: Run Tests (Go v1)
run: go test -v ./...
- name: Run Tests (Go v2)
run: go test -v ./v2/...
rust:
runs-on: ubuntu-latest
steps:
Expand All @@ -33,7 +35,7 @@ jobs:
run: cargo check
- name: Cargo check wasm32-wasi
run: cargo check --target wasm32-wasi
- name: Run Tests
- name: Run Tests (Rust)
run: cargo test
typescript:
runs-on: ubuntu-latest
Expand All @@ -52,7 +54,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('*.json') }}
- name: Install Node Dependencies with NPM
run: npm install
- name: Run Tests
- name: Run Tests (JS)
run: npm run test
c:
runs-on: ubuntu-latest
Expand Down

0 comments on commit db6f8fe

Please sign in to comment.