Skip to content

Commit 688b2a3

Browse files
committed
Add CI for Simulation Test
1 parent fc14374 commit 688b2a3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
on: [push, pull_request]
3+
name: Test Simulation
4+
jobs:
5+
6+
test:
7+
runs-on: ubuntu-latest
8+
name: test
9+
steps:
10+
- name: Install Go
11+
uses: actions/setup-go@v3
12+
with:
13+
go-version: 1.18
14+
- name: Checkout code
15+
uses: actions/checkout@v3
16+
- name: Test
17+
run: test-sim-multi-seed-short

0 commit comments

Comments
 (0)