mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-06 00:08:52 -06:00
Initial public release
This commit is contained in:
9
.github/workflows/test.yml
vendored
Normal file
9
.github/workflows/test.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
name: Tests
|
||||
on: push
|
||||
jobs:
|
||||
test:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Run unit tests
|
||||
run: julia --project=@. -e 'using Pkg; Pkg.test("UnitCommitment")'
|
||||
Reference in New Issue
Block a user